8000 chore(CI): Split basepath test suite into smaller and more parallel t… · vercel/next.js@3f9f403 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3f9f403

Browse files
authored
chore(CI): Split basepath test suite into smaller and more parallel test suites (#78892)
Same basic idea as #78787 This test suite has a lot of timeouts with rspack, which causes it to take a long time to run (though not quite long enough that it breaks the job). In general, large test suites are good to break up, because they benefit from parallelism.
1 parent 140a266 commit 3f9f403

File tree

8 files changed

+995
-886
lines changed

8 files changed

+995
-886
lines changed

.github/workflows/build_and_test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,8 @@ jobs:
801801
802802
NEXT_TEST_MODE=start BROWSER_NAME=safari node run-tests.js \
803803
test/production/pages-dir/production/test/index.test.ts \
804-
test/e2e/basepath/basepath.test.ts
804+
test/e2e/basepath/basepath.test.ts \
805+
test/e2e/basepath/error-pages.test.ts
805806
806807
BROWSER_NAME=safari DEVICE_NAME='iPhone XR' node run-tests.js \
807808
test/production/prerender-prefetch/index.test.ts

0 commit comments

Comments
 (0)
0