Skip to content

Commit

Permalink
Disable flakey turbopack env test (#52295)
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Jul 6, 2023
1 parent 0048908 commit 3fb3bbb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/next-swc/crates/next-dev-tests/tests-manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ const enabledTests = [
'test/development/acceptance/ReactRefreshLogBoxMisc.test.ts',
'test/development/api-cors-with-rewrite/index.test.ts',
'test/development/app-dir/multiple-compiles-single-route/multiple-compiles-single-route.test.ts',
'test/development/app-hmr/hmr.test.ts',
// x-ref: below test is flakey and needs to be investigated further
// 'test/development/app-hmr/hmr.test.ts',
'test/development/basic/define-class-fields.test.ts',
'test/development/basic/emotion-swc.test.ts',
'test/development/basic/legacy-decorators.test.ts',
Expand Down

0 comments on commit 3fb3bbb

Please sign in to comment.