Skip to content

Commit

Permalink
tests are no longer flaky (#62278)
Browse files Browse the repository at this point in the history
### What?

Next automatic update will update them

Closes PACK-2547
  • Loading branch information
sokra committed Feb 20, 2024
1 parent 2af197b commit 0c7cc02
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/build-turbopack-tests-manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ const SKIPPED_TEST_SUITES = {
'ReactRefreshRequire app propagates hot update to all inverse dependencies',
'ReactRefreshRequire app re-runs accepted modules',
],
'test/development/acceptance/ReactRefreshLogBox.test.ts': [
'ReactRefreshLogBox turbo conversion to class component (1)',
],
'test/development/acceptance/ReactRefreshRequire.test.ts': [
'ReactRefreshRequire propagates a hot update to closest accepted module',
'ReactRefreshRequire propagates hot update to all inverse dependencies',
Expand Down Expand Up @@ -72,9 +69,6 @@ const SKIPPED_TEST_SUITES = {
'app dir - metadata twitter should support twitter card summary_large_image when image present',
'app dir - metadata viewport should support dynamic viewport export',
],
'test/e2e/app-dir/navigation/navigation.test.ts': [
'app dir - navigation query string useParams identity between renders should be stable in pages',
],
'test/e2e/basepath.test.ts': [
'basePath should 404 when manually adding basePath with router.push',
'basePath should 404 when manually adding basePath with router.replace',
Expand Down

0 comments on commit 0c7cc02

Please sign in to comment.