Skip to content

Commit

Permalink
disable flaky test cases (#52184)
Browse files Browse the repository at this point in the history
### What?

These test cases are too unreliable

---------

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
2 people authored and shuding committed Jul 8, 2023
1 parent 961a974 commit 96a68ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/next-swc/crates/next-dev-tests/tests-manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const enabledTests = [
'test/development/acceptance-app/ReactRefresh.test.ts',
'test/development/acceptance-app/ReactRefreshLogBoxMisc.test.ts',
'test/development/acceptance-app/ReactRefreshRequire.test.ts',
'test/development/acceptance-app/app-hmr-changes.test.ts',
// 'test/development/acceptance-app/app-hmr-changes.test.ts', (FLAKY)
'test/development/acceptance-app/dynamic-error.test.ts',
'test/development/acceptance-app/version-staleness.test.ts',
'test/development/acceptance/ReactRefreshLogBox-scss.test.ts',
Expand Down Expand Up @@ -170,7 +170,7 @@ const enabledTests = [
'test/integration/next-image-legacy/react-virtualized/test/index.test.ts',
'test/integration/next-image-legacy/unoptimized/test/index.test.ts',
'test/integration/next-image-new/react-virtualized/test/index.test.ts',
'test/integration/next-image-new/unoptimized/test/index.test.ts',
// 'test/integration/next-image-new/unoptimized/test/index.test.ts', (FLAKY)
'test/integration/no-op-export/test/index.test.js',
'test/integration/non-next-dist-exclude/test/index.test.js',
'test/integration/non-standard-node-env-warning/test/index.test.js',
Expand All @@ -195,7 +195,7 @@ const enabledTests = [
'test/integration/typescript-baseurl/test/index.test.js',
'test/integration/typescript-external-dir/project/test/index.test.js',
'test/integration/typescript-filtered-files/test/index.test.js',
'test/integration/typescript-hmr/test/index.test.js',
// 'test/integration/typescript-hmr/test/index.test.js', (FLAKY)
'test/integration/webpack-config-mainjs/test/index.test.js',
'test/integration/with-electron/test/index.test.js',
'test/production/ci-missing-typescript-deps/index.test.ts',
Expand Down

0 comments on commit 96a68ae

Please sign in to comment.