diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index e19754834ef3a6..86c271956d9389 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -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 diff --git a/test/sequential/sequential.status b/test/sequential/sequential.status index 3ff77992f15543..2d733c87783e99 100644 --- a/test/sequential/sequential.status +++ b/test/sequential/sequential.status @@ -5,6 +5,7 @@ prefix sequential # sample-test : PASS,FLAKY [true] # This section applies to all platforms +test-child-process-fork-getconnections : PASS,FLAKY [$system==win32]