Skip to content

Commit 9528f95

Browse files
committed
test: mark additional tests as flaky on Windows
Basically, any of the tests that failed in the runs for #31602 which was not already marked as flaky. PR-URL: #31606 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Joyee Cheung <[email protected]>
1 parent 06deb94 commit 9528f95

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

Diff for: test/async-hooks/async-hooks.status

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ prefix async-hooks
77
[true] # This section applies to all platforms
88

99
[$system==win32]
10+
# https://github.com/nodejs/node/issues/29852
11+
test-statwatcher: PASS,FLAKY
1012

1113
[$system==linux]
1214

Diff for: test/parallel/parallel.status

+7
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ test-http2-compat-client-upload-reject: PASS,FLAKY
2121
test-http2-multistream-destroy-on-read-tls: PASS,FLAKY
2222
# https://github.com/nodejs/node/issues/20750
2323
test-http2-pipe: PASS,FLAKY
24+
# https://github.com/nodejs/node/issues/20750
25+
# https://github.com/nodejs/node/pull/31590
26+
test-http2-stream-destroy-event-order: PASS,FLAKY
27+
# https://github.com/nodejs/node/issues/20750
28+
test-stream-pipeline-http2: PASS,FLAKY
29+
# https://github.com/nodejs/node/issues/24497
30+
test-timers-immediate-queue: PASS,FLAKY
2431
# https://github.com/nodejs/node/issues/23277
2532
test-worker-memory: PASS,FLAKY
2633
# https://github.com/nodejs/node/issues/30846

0 commit comments

Comments
 (0)