Skip to content

Commit 5db53dc

Browse files
authored
Merge branch 'main' into dependabot/github_actions/github-actions-1d1a6dfdcb
2 parents 2193642 + 9c3f4a5 commit 5db53dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/site-with-errors.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {Octokit} from '@octokit/core'
66
import {throttling} from '@octokit/plugin-throttling'
77
const OctokitWithThrottling = Octokit.plugin(throttling)
88

9-
describe('site-with-errors', () => {
9+
describe.skip('site-with-errors', () => {
1010
let results: Result[]
1111

1212
beforeAll(() => {

0 commit comments

Comments
 (0)