Skip to content

Commit

Permalink
test: skip test-child-process-pipe-dataflow.js on Windows
Browse files Browse the repository at this point in the history
This is constantly failing on Windows now that the CI is never green
there. To give CI at least some green space, mark it as SKIP, because
we've been practically ignoring the failure for months anyway, and
will probably just continue doing that.

PR-URL: #49563
Refs: #48300
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
  • Loading branch information
joyeecheung committed Sep 11, 2023
1 parent f970087 commit b0edb28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/parallel.status
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ test-crypto-keygen: PASS,FLAKY
# https://github.com/nodejs/node/issues/41201
test-fs-rmdir-recursive: PASS, FLAKY
# https://github.com/nodejs/node/issues/48300
test-child-process-pipe-dataflow: PASS, FLAKY
test-child-process-pipe-dataflow: SKIP
test-child-process-stdio-reuse-readable-stdio: PASS, FLAKY

# Windows on ARM
Expand Down

0 comments on commit b0edb28

Please sign in to comment.