Skip to content

Commit 09bb297

Browse files
Trottrvagg
authored andcommitted
test: mark cluster-net-send test flaky on windows
See #3957 for details and examples failures. Ref: #3957 Reviewed-By: Ben Noordhuis <[email protected]> PR-URL: #4006
1 parent 503e3e1 commit 09bb297

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

test/parallel/parallel.status

+5-4
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,19 @@ prefix parallel
22

33
# To mark a test as flaky, list the test name in the appropriate section
44
# below, without ".js", followed by ": PASS,FLAKY". Example:
5-
# sample-test : PASS,FLAKY
5+
# sample-test : PASS,FLAKY
66

77
[true] # This section applies to all platforms
88

99
[$system==win32]
10+
test-cluster-net-send : PASS,FLAKY
1011
test-tls-ticket-cluster : PASS,FLAKY
1112
test-child-process-fork-regr-gh-2847 : PASS,FLAKY
1213

1314
[$system==linux]
14-
test-http-client-timeout-event : PASS,FLAKY
15-
test-child-process-buffering : PASS,FLAKY
16-
test-child-process-exit-code : PASS,FLAKY
15+
test-http-client-timeout-event : PASS,FLAKY
16+
test-child-process-buffering : PASS,FLAKY
17+
test-child-process-exit-code : PASS,FLAKY
1718

1819
[$system==macos]
1920

0 commit comments

Comments
 (0)