Skip to content

Commit c48b95e

Browse files
orangemocharvagg
authored andcommitted
test: initial list of flaky tests
This poplulates the lists of flaky tests with tests that failed recently in Jenkins. PR-URL: #2424 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: João Reis <reis@janeasystems.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
1 parent 94e8849 commit c48b95e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

test/parallel/parallel.status

+10-1
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,21 @@ prefix parallel
77
[true] # This section applies to all platforms
88

99
[$system==win32]
10+
test-tls-ticket-cluster : PASS,FLAKY
1011

1112
[$system==linux]
13+
test-cluster-worker-forced-exit : PASS,FLAKY
14+
test-http-client-timeout-event : PASS,FLAKY
15+
test-process-argv-0 : PASS,FLAKY
16+
test-tick-processor : PASS,FLAKY
17+
test-tls-no-sslv3 : PASS,FLAKY
18+
test-child-process-buffering : PASS,FLAKY
19+
test-child-process-exit-code : PASS,FLAKY
1220

1321
[$system==macos]
1422

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

1726
[$system==freebsd]
18-
27+
test-net-socket-local-address : PASS,FLAKY

test/sequential/sequential.status

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ prefix sequential
55
# sample-test : PASS,FLAKY
66

77
[true] # This section applies to all platforms
8+
test-child-process-fork-getconnections : PASS,FLAKY
89

910
[$system==win32]
1011

0 commit comments

Comments
 (0)