Skip to content

Commit 99a018b

Browse files
don't run SuspenseHydration tests with CI oldest tests
1 parent 382cbb9 commit 99a018b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/convert

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ gsub_file_content("../spec/dummy/package.json", /"react-dom": "[^"]*",/, '"react
4343
gsub_file_content(
4444
"../package.json",
4545
"jest node_package/tests",
46-
'jest node_package/tests --testPathIgnorePatterns=\".*(RSC|stream|serverRenderReactComponent).*\"'
46+
'jest node_package/tests --testPathIgnorePatterns=\".*(RSC|stream|serverRenderReactComponent|SuspenseHydration).*\"'
4747
)
4848
gsub_file_content("../tsconfig.json", "react-jsx", "react")
4949
gsub_file_content("../spec/dummy/babel.config.js", "runtime: 'automatic'", "runtime: 'classic'")

0 commit comments

Comments
 (0)