File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff 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
1011test-tls-ticket-cluster : PASS,FLAKY
1112test-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
You canβt perform that action at this time.
0 commit comments