Skip to content

Commit a48c297

Browse files
committed
CI: Don't descend into unused test262 folder
This folder has been removed from test262 and the tests moved into intl402/DateTimeFormat. Now that we've updated test262 past that point, we don't need this line anymore.
1 parent 4fc4a3f commit a48c297

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

polyfill/ci_codecov_test262.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ for subdir in $subdirs; do
2121
done
2222
node runtest262.mjs "test262/test/staging/Intl402/Temporal/**/*.js" || failed=1
2323
node runtest262.mjs "test262/test/intl402/DateTimeFormat/**/*.js" || failed=1
24-
node runtest262.mjs "test262/test/intl402/Intl/DateTimeFormat/**/*.js" || failed=1
2524
node runtest262.mjs "test262/test/built-ins/Date/*/toLocale*String/*.js" || failed=1
2625

2726
c8 report --reporter=text-lcov --temp-directory=$NODE_V8_COVERAGE \

0 commit comments

Comments
 (0)