Skip to content

Commit

Permalink
test: mark cluster-net-send test flaky on windows
Browse files Browse the repository at this point in the history
See #3957 for details and examples
failures.

Ref: #3957
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
PR-URL: #4006
  • Loading branch information
Trott authored and rvagg committed Dec 5, 2015
1 parent d0621c5 commit 054a216
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions test/parallel/parallel.status
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,19 @@ prefix parallel

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

[true] # This section applies to all platforms

[$system==win32]
test-cluster-net-send : PASS,FLAKY
test-tls-ticket-cluster : PASS,FLAKY
test-child-process-fork-regr-gh-2847 : PASS,FLAKY

[$system==linux]
test-http-client-timeout-event : PASS,FLAKY
test-child-process-buffering : PASS,FLAKY
test-child-process-exit-code : PASS,FLAKY
test-http-client-timeout-event : PASS,FLAKY
test-child-process-buffering : PASS,FLAKY
test-child-process-exit-code : PASS,FLAKY

[$system==macos]

Expand Down

0 comments on commit 054a216

Please sign in to comment.