Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: add flaky turbopack integration tests to manifest #56309

Merged
merged 14 commits into from
Oct 2, 2023
2 changes: 2 additions & 0 deletions test/turbopack-tests-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -1738,6 +1738,7 @@
"failed": [],
"pending": [],
"flakey": [
"jsconfig-path-reloading jsconfig should recover from module not found when paths is updated",
"jsconfig-path-reloading jsconfig added after starting dev should automatically fast refresh content when path is added without error",
"jsconfig-path-reloading jsconfig should automatically fast refresh content when path is added without error"
],
Expand Down Expand Up @@ -7001,6 +7002,7 @@
"should handle unresolved files gracefully production mode should have correct file references in CSS output"
],
"flakey": [
"CSS Modules Composes Ordering production mode should have correct color on index page (on nav from index)",
"CSS Modules Composes Ordering Development Mode should have correct color on index page (on nav from other)"
],
"runtimeError": false
Expand Down