Skip to content

Commit

Permalink
test: disable next/test tests (vercel#70460)
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi authored and abhi12299 committed Sep 29, 2024
1 parent 5685ea9 commit 3dc1c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/next-test/next-test.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function createTemporaryFixture(fixtureName: string) {
return dir
}

describe('next test', () => {
describe.skip('next test', () => {
const { next: basicExample, skipped } = nextTestSetup({
files: new FileRef(join(__dirname, 'basic-example')),
dependencies: {
Expand Down

0 comments on commit 3dc1c6b

Please sign in to comment.