We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2193642 + 9c3f4a5 commit 5db53dcCopy full SHA for 5db53dc
tests/site-with-errors.test.ts
@@ -6,7 +6,7 @@ import {Octokit} from '@octokit/core'
6
import {throttling} from '@octokit/plugin-throttling'
7
const OctokitWithThrottling = Octokit.plugin(throttling)
8
9
-describe('site-with-errors', () => {
+describe.skip('site-with-errors', () => {
10
let results: Result[]
11
12
beforeAll(() => {
0 commit comments