Skip to content

Commit a2f879f

Browse files
committed
test: mark recently failing tests as flaky
PR-URL: nodejs/node-v0.x-archive#25686 Reviewed-By: Julien Gilli <julien.gilli@joyent.com>
1 parent 9c7bd6d commit a2f879f

File tree

2 files changed

+45
-0
lines changed

2 files changed

+45
-0
lines changed

test/internet/internet.status

+10
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

+35
Original file line numberDiff line numberDiff line change
@@ -1 +1,36 @@
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+
test-http-curl-chunk-problem : PASS,FLAKY
10+
test-fs-empty-readStream : PASS,FLAKY
11+
12+
[$system==win32]
13+
test-cluster-bind-twice-v2 : PASS,FLAKY
14+
test-pipe-file-to-http : PASS,FLAKY
15+
test-stream2-stderr-sync : PASS,FLAKY
16+
test-tls-securepair-server : PASS,FLAKY
17+
test-timers-first-fire : PASS,FLAKY
18+
19+
[$system==linux]
20+
test-abort-fatal-error : PASS,FLAKY
21+
test-debugger-client : PASS,FLAKY
22+
test-process-argv-0 : PASS,FLAKY
23+
test-cluster-master-kill : PASS,FLAKY
24+
test-cluster-worker-kill : PASS,FLAKY
25+
test-timers-ordering : PASS,FLAKY
26+
test-cluster-master-error : PASS,FLAKY
27+
28+
[$system==macos]
29+
test-http-exit-delay : PASS,FLAKY
30+
31+
[$system==solaris]
32+
test-abort-fatal-error : PASS,FLAKY
33+
test-debugger-repl : PASS,FLAKY
34+
test-debugger-repl-break-in-module : PASS,FLAKY
35+
test-debugger-repl-utf8 : PASS,FLAKY
36+
test-net-server-max-connections : PASS,FLAKY

0 commit comments

Comments
 (0)