Skip to content

Commit dc1bc15

Browse files
joaocgreistargos
authored andcommitted
test: mark tests as flaky
PR-URL: #30848 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent 0f0388c commit dc1bc15

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

test/async-hooks/async-hooks.status

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ prefix async-hooks
55
# sample-test : PASS,FLAKY
66

77
[true] # This section applies to all platforms
8+
# https://github.com/nodejs/node/issues/21425
9+
test-statwatcher: PASS,FLAKY
810

911
[$system==win32]
1012

test/parallel/parallel.status

+14-4
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,24 @@ test-fs-stat-bigint: PASS,FLAKY
1111
test-net-connect-options-port: PASS,FLAKY
1212

1313
[$system==win32]
14-
# https://github.com/nodejs/node/issues/20750
15-
test-http2-pipe: PASS,FLAKY
16-
# https://github.com/nodejs/node/issues/23277
17-
test-worker-memory: PASS,FLAKY
14+
# https://github.com/nodejs/node/issues/30620
15+
test-child-process-fork-exec-path: PASS,FLAKY
1816
# https://github.com/nodejs/node/issues/20750
1917
test-http2-client-upload: PASS,FLAKY
2018
# https://github.com/nodejs/node/issues/20750
2119
test-http2-client-upload-reject: PASS,FLAKY
20+
# https://github.com/nodejs/node/issues/30847
21+
test-http2-compat-client-upload-reject: PASS,FLAKY
22+
# https://github.com/nodejs/node/issues/30845
23+
test-http2-multistream-destroy-on-read-tls: PASS,FLAKY
24+
# https://github.com/nodejs/node/issues/20750
25+
test-http2-pipe: PASS,FLAKY
26+
# https://github.com/nodejs/node/issues/30844
27+
test-module-loading-globalpaths: PASS,FLAKY
28+
# https://github.com/nodejs/node/issues/23277
29+
test-worker-memory: PASS,FLAKY
30+
# https://github.com/nodejs/node/issues/30846
31+
test-worker-message-port-transfer-terminate: PASS,FLAKY
2232

2333
[$system==linux]
2434

test/sequential/sequential.status

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ prefix sequential
99
[$system==win32]
1010
# https://github.com/nodejs/node/issues/22327
1111
test-http2-large-file: PASS, FLAKY
12+
# https://github.com/nodejs/node/issues/26401
13+
test-worker-prof: PASS, FLAKY
1214

1315
[$system==linux]
1416

0 commit comments

Comments
 (0)