Skip to content

Commit 4b9a779

Browse files
joaocgreisBethGriggs
authored andcommittedFeb 24, 2020
test: mark tests as flaky
PR-URL: #30848 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent a8fd8a1 commit 4b9a779

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed
 

Diff for: ‎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
# https://github.com/nodejs/node/issues/21425

Diff for: ‎test/parallel/parallel.status

+7-2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ test-net-connect-options-port: PASS,FLAKY
1111
test-trace-events-api-worker-disabled: PASS,FLAKY
1212

1313
[$system==win32]
14+
# https://github.com/nodejs/node/issues/30620
15+
test-child-process-fork-exec-path: PASS,FLAKY
1416
# https://github.com/nodejs/node/issues/20750
1517
test-http2-client-upload: PASS,FLAKY
1618
# https://github.com/nodejs/node/issues/20750
@@ -19,11 +21,14 @@ test-http2-client-upload-reject: PASS,FLAKY
1921
test-http2-compat-client-upload-reject: PASS,FLAKY
2022
# https://github.com/nodejs/node/issues/30845
2123
test-http2-multistream-destroy-on-read-tls: PASS,FLAKY
24+
# https://github.com/nodejs/node/issues/20750
2225
test-http2-pipe: PASS,FLAKY
23-
test-worker-syntax-error: PASS,FLAKY
24-
test-worker-syntax-error-file: PASS,FLAKY
26+
# https://github.com/nodejs/node/issues/30844
27+
test-module-loading-globalpaths: PASS,FLAKY
2528
# https://github.com/nodejs/node/issues/23277
2629
test-worker-memory: PASS,FLAKY
30+
# https://github.com/nodejs/node/issues/30846
31+
test-worker-message-port-transfer-terminate: PASS,FLAKY
2732

2833
[$system==linux]
2934

Diff for: ‎test/sequential/sequential.status

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ test-gc-http-client: PASS,FLAKY
1111
[$system==win32]
1212
# https://github.com/nodejs/node/issues/22327
1313
test-http2-large-file: PASS, FLAKY
14+
# https://github.com/nodejs/node/issues/26401
15+
test-worker-prof: PASS, FLAKY
1416

1517
[$system==linux]
1618

0 commit comments

Comments
 (0)
Please sign in to comment.