Skip to content

Commit

Permalink
mark flaky turbopack hmr tests (#68852)
Browse files Browse the repository at this point in the history
  • Loading branch information
ztanner authored Aug 13, 2024
1 parent a80afd6 commit 8eb64ad
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions test/turbopack-dev-tests-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -1755,19 +1755,20 @@
},
"test/development/app-hmr/hmr.test.ts": {
"passed": [
"app-dir-hmr filesystem changes can navigate cleanly to a page that requires a change in the Webpack runtime",
"app-dir-hmr filesystem changes should have no unexpected action error for hmr",
"app-dir-hmr filesystem changes should not continously poll when hitting a not found page"
],
"failed": [],
"pending": [],
"flakey": [
"app-dir-hmr filesystem changes can navigate cleanly to a page that requires a change in the Webpack runtime",
"app-dir-hmr filesystem changes should not break when renaming a folder",
"app-dir-hmr filesystem changes should not continously poll when hitting a not found page",
"app-dir-hmr filesystem changes should update server components after navigating to a page with a different runtime",
"app-dir-hmr filesystem changes should update server components pages when env files is changed (edge)",
"app-dir-hmr filesystem changes should update server components pages when env files is changed (edge-module-var)",
"app-dir-hmr filesystem changes should update server components pages when env files is changed (node)",
"app-dir-hmr filesystem changes should update server components pages when env files is changed (node-module-var)"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/development/app-render-error-log/app-render-error-log.test.ts": {
Expand Down

0 comments on commit 8eb64ad

Please sign in to comment.