Skip to content

Commit

Permalink
test: disable next/test tests
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Sep 25, 2024
1 parent 5d07511 commit 12b130f
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 12b130f

Please sign in to comment.