Skip to content

Commit 4ae958e

Browse files
joyeecheungrichardlau
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 6ff939b commit 4ae958e

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
@@ -30,11 +30,11 @@ test-runner-watch-mode-complex: PASS, FLAKY
3030
test-async-context-frame: PASS, FLAKY
3131
# https://github.com/nodejs/node/issues/54534
3232
test-runner-run-watch: PASS, FLAKY
33-
# https://github.com/nodejs/node/pull/59408#issuecomment-3170650933
34-
test-fs-cp-sync-error-on-exist: PASS, FLAKY
35-
test-fs-cp-sync-symlink-points-to-dest-error: PASS, FLAKY
36-
test-fs-cp-async-symlink-points-to-dest: PASS, FLAKY
37-
test-fs-cp-sync-unicode-folder-names: PASS, FLAKY
33+
# https://github.com/nodejs/node/issues/59636
34+
test-fs-cp-sync-error-on-exist: SKIP
35+
test-fs-cp-sync-symlink-points-to-dest-error: SKIP
36+
test-fs-cp-async-symlink-points-to-dest: SKIP
37+
test-fs-cp-sync-unicode-folder-names: SKIP
3838

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

0 commit comments

Comments
 (0)