Skip to content

Commit

Permalink
add flakey test (#56080)
Browse files Browse the repository at this point in the history
It's flakey for turbopack

Closes WEB-1671

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
sokra and kodiakhq[bot] committed Sep 27, 2023
1 parent 49176da commit ef4faa5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
3 changes: 3 additions & 0 deletions test/build-turbopack-tests-manifest.js
Expand Up @@ -62,6 +62,9 @@ const SKIPPED_TEST_SUITES = {
'test/integration/trailing-slashes/test/index.test.js': [
'Trailing slashes dev mode, with basepath, trailingSlash: true /docs/linker?href=/ should navigate to /docs/',
],
'test/integration/app-document-remove-hmr/test/index.test.js': [
'_app removal HMR should HMR when _document is removed',
],
}

async function updatePassingTests() {
Expand Down
9 changes: 3 additions & 6 deletions test/turbopack-tests-manifest.json
Expand Up @@ -6355,13 +6355,10 @@
"runtimeError": false
},
"test/integration/app-document-remove-hmr/test/index.test.js": {
"passed": [
"_app removal HMR should HMR when _app is removed",
"_app removal HMR should HMR when _document is removed"
],
"passed": ["_app removal HMR should HMR when _app is removed"],
"failed": [],
"pending": [],
"flakey": [],
"flakey": ["_app removal HMR should HMR when _document is removed"],
"runtimeError": false
},
"test/integration/app-document-style-fragment/test/index.test.js": {
Expand Down Expand Up @@ -14597,7 +14594,7 @@
"Trailing slashes production mode, trailingSlash: true /linker?href=/catch-all/hello/ should have href /catch-all/hello/",
"Trailing slashes production mode, trailingSlash: true /linker?href=/catch-all/hello/ should navigate to /catch-all/hello/",
"Trailing slashes production mode, trailingSlash: true /linker?href=/catch-all/hello/ should push route to /catch-all/hello/",
"Trailing slashes production mode, trailingSlash: true should have a redirect in the routesmanifest",
"Trailing slashes production mode, trailingSlash: true should have a trailing redirect in the routesmanifest",
"Trailing slashes production mode, with basepath, trailingSlash: true /docs should redirect to /docs/",
"Trailing slashes production mode, with basepath, trailingSlash: true /docs/about should redirect to /docs/about/",
"Trailing slashes production mode, with basepath, trailingSlash: true /docs/catch-all/hello.world/ should redirect to /docs/catch-all/hello.world",
Expand Down

0 comments on commit ef4faa5

Please sign in to comment.