Skip to content

Commit

Permalink
test: initial list of flaky tests
Browse files Browse the repository at this point in the history
This poplulates the lists of flaky tests with tests that failed recently
in Jenkins.
  • Loading branch information
orangemocha committed Aug 26, 2015
1 parent 8567b2a commit 8e60b28
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion test/parallel/parallel.status
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,21 @@ prefix parallel
[true] # This section applies to all platforms

[$system==win32]
test-tls-ticket-cluster : PASS,FLAKY

[$system==linux]
test-cluster-worker-forced-exit : PASS,FLAKY
test-http-client-timeout-event : PASS,FLAKY
test-process-argv-0 : PASS,FLAKY
test-tick-processor : PASS,FLAKY
test-tls-no-sslv3 : PASS,FLAKY
test-child-process-buffering : PASS,FLAKY
test-child-process-exit-code : PASS,FLAKY

[$system==macos]

[$system==solaris] # Also applies to SmartOS
test-debug-signal-cluster : PASS,FLAKY

[$system==freebsd]

test-net-socket-local-address : PASS,FLAKY

0 comments on commit 8e60b28

Please sign in to comment.