Skip to content

Commit 783cc5e

Browse files
committed
test: mark recently failing tests as flaky
1 parent 128fb97 commit 783cc5e

2 files changed

Lines changed: 44 additions & 0 deletions

File tree

test/internet/internet.status

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
11
prefix internet
2+
3+
test-dns : PASS,FLAKY
4+
5+
[$system==win32]
6+
7+
[$system==linux]
8+
9+
[$system==macos]
10+
11+
[$system==solaris]

test/simple/simple.status

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,35 @@
11
prefix simple
2+
3+
test-http-client-timeout-event : PASS,FLAKY
4+
test-http-pipeline-flood : PASS,FLAKY
5+
test-child-process-fork-net2 : PASS,FLAKY
6+
test-tls-session-cache : PASS,FLAKY
7+
test-net-GH-5504 : PASS,FLAKY
8+
test-debugger-repl-restart : PASS,FLAKY
9+
10+
[$system==win32]
11+
test-cluster-bind-twice-v2 : PASS,FLAKY
12+
test-http-curl-chunk-problem : PASS,FLAKY
13+
test-pipe-file-to-http : PASS,FLAKY
14+
test-stream2-stderr-sync : PASS,FLAKY
15+
test-tls-securepair-server : PASS,FLAKY
16+
test-timers-first-fire : PASS,FLAKY
17+
18+
[$system==linux]
19+
test-abort-fatal-error : PASS,FLAKY
20+
test-debugger-client : PASS,FLAKY
21+
test-process-argv-0 : PASS,FLAKY
22+
test-cluster-master-kill : PASS,FLAKY
23+
test-cluster-worker-kill : PASS,FLAKY
24+
test-timers-ordering : PASS,FLAKY
25+
test-cluster-master-error : PASS,FLAKY
26+
27+
[$system==macos]
28+
test-http-exit-delay : PASS,FLAKY
29+
30+
[$system==solaris]
31+
test-abort-fatal-error : PASS,FLAKY
32+
test-debugger-repl : PASS,FLAKY
33+
test-debugger-repl-break-in-module : PASS,FLAKY
34+
test-debugger-repl-utf8 : PASS,FLAKY
35+
test-net-server-max-connections : PASS,FLAKY

0 commit comments

Comments
 (0)