Skip to content

Commit 7df92b8

Browse files
authored
test: add flaky turbopack integration tests to manifest (#56309)
1 parent eeb9b33 commit 7df92b8

File tree

2 files changed

+1251
-1173
lines changed

2 files changed

+1251
-1173
lines changed

test/build-turbopack-tests-manifest.js

+14
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ const SKIPPED_TEST_SUITES = {
3535
],
3636
'test/development/jsconfig-path-reloading/index.test.ts': [
3737
/should automatically fast refresh content when path is added without error/,
38+
/should recover from module not found when paths is updated/,
3839
],
3940
'test/development/tsconfig-path-reloading/index.test.ts': [
4041
/should automatically fast refresh content when path is added without error/,
@@ -60,6 +61,7 @@ const SKIPPED_TEST_SUITES = {
6061
],
6162
'test/integration/css/test/css-modules.test.js': [
6263
'CSS Modules Composes Ordering Development Mode should have correct color on index page (on nav from other)',
64+
'CSS Modules Composes Ordering Development Mode should have correct color on index page (on nav from index)',
6365
],
6466
'test/integration/custom-error/test/index.test.js': [/Custom _error/],
6567
'test/integration/dynamic-routing/test/index.test.js': [
@@ -75,6 +77,18 @@ const SKIPPED_TEST_SUITES = {
7577
],
7678
'test/integration/trailing-slashes/test/index.test.js': [
7779
'Trailing slashes dev mode, with basepath, trailingSlash: true /docs/linker?href=/ should navigate to /docs/',
80+
'Trailing slashes dev mode, with basepath, trailingSlash: true /docs/linker?href=/ should push route to /docs/',
81+
],
82+
'test/integration/env-config/test/index.test.js': [
83+
'Env Config dev mode with hot reload should provide env for SSG',
84+
'Env Config dev mode with hot reload should provide env correctly for SSR',
85+
'Env Config dev mode with hot reload should provide env correctly for API routes',
86+
],
87+
'test/integration/app-document/test/index.test.js': [
88+
'Document and App Client side should detect the changes to pages/_document.js and display it',
89+
],
90+
'test/development/basic/hmr.test.ts': [
91+
'basic HMR, basePath: "/docs" Error Recovery should show the error on all pages',
7892
],
7993
}
8094

0 commit comments

Comments
 (0)