Skip to content

Commit 1798683

Browse files
joyeecheungtargos
authored andcommitted
test: skip test-fs-cp* tests that are constantly failing on Windows
These tests are likely actual regressions introduced when the monolithic test-fs-cp.mjs was marked as flaky and got ignored due to the flaky status. They are now constantly failing the Windows CI and require the CI to always be re-run on Windows when the job is resumed. Simply skip them until someone fixes them, as there's no point keep running these known regressions on Windows anymore. PR-URL: #59637 Refs: #59636 Refs: #59408 Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Stefan Stojanovic <[email protected]>
1 parent 61d0a2d commit 1798683

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/parallel/parallel.status

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ test-snapshot-incompatible: SKIP
2424
test-async-context-frame: PASS, FLAKY
2525
# https://github.com/nodejs/node/issues/54534
2626
test-runner-run-watch: PASS, FLAKY
27-
# https://github.com/nodejs/node/pull/59408#issuecomment-3170650933
28-
test-fs-cp-sync-error-on-exist: PASS, FLAKY
29-
test-fs-cp-sync-symlink-points-to-dest-error: PASS, FLAKY
30-
test-fs-cp-async-symlink-points-to-dest: PASS, FLAKY
31-
test-fs-cp-sync-unicode-folder-names: PASS, FLAKY
27+
# https://github.com/nodejs/node/issues/59636
28+
test-fs-cp-sync-error-on-exist: SKIP
29+
test-fs-cp-sync-symlink-points-to-dest-error: SKIP
30+
test-fs-cp-async-symlink-points-to-dest: SKIP
31+
test-fs-cp-sync-unicode-folder-names: SKIP
3232

3333
# https://github.com/nodejs/node/issues/56751
3434
test-without-async-context-frame: PASS, FLAKY

0 commit comments

Comments
 (0)