summaryrefslogtreecommitdiff
path: root/test/parallel
diff options
context:
space:
mode:
authorJoão Reis <reis@janeasystems.com>2019-12-08 01:24:58 +0000
committerRich Trott <rtrott@gmail.com>2019-12-07 19:15:43 -0800
commita2cfb7dd8664c73385758c98966823fb80144d2c (patch)
treee441bf2947e2f7c92cc06634bb695321ebdfd641 /test/parallel
parentbd9be0418a4ce528c3497ff80d5d70404be10f6f (diff)
downloadandroid-node-v8-a2cfb7dd8664c73385758c98966823fb80144d2c.tar.gz
android-node-v8-a2cfb7dd8664c73385758c98966823fb80144d2c.tar.bz2
android-node-v8-a2cfb7dd8664c73385758c98966823fb80144d2c.zip
test: mark tests as flaky
PR-URL: https://github.com/nodejs/node/pull/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>
Diffstat (limited to 'test/parallel')
-rw-r--r--test/parallel/parallel.status18
1 files changed, 14 insertions, 4 deletions
diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status
index 444cf8d115..eea561b79b 100644
--- a/test/parallel/parallel.status
+++ b/test/parallel/parallel.status
@@ -11,14 +11,24 @@ test-fs-stat-bigint: PASS,FLAKY
test-net-connect-options-port: PASS,FLAKY
[$system==win32]
-# https://github.com/nodejs/node/issues/20750
-test-http2-pipe: PASS,FLAKY
-# https://github.com/nodejs/node/issues/23277
-test-worker-memory: PASS,FLAKY
+# https://github.com/nodejs/node/issues/30620
+test-child-process-fork-exec-path: PASS,FLAKY
# https://github.com/nodejs/node/issues/20750
test-http2-client-upload: PASS,FLAKY
# https://github.com/nodejs/node/issues/20750
test-http2-client-upload-reject: PASS,FLAKY
+# https://github.com/nodejs/node/issues/30847
+test-http2-compat-client-upload-reject: PASS,FLAKY
+# https://github.com/nodejs/node/issues/30845
+test-http2-multistream-destroy-on-read-tls: PASS,FLAKY
+# https://github.com/nodejs/node/issues/20750
+test-http2-pipe: PASS,FLAKY
+# https://github.com/nodejs/node/issues/30844
+test-module-loading-globalpaths: PASS,FLAKY
+# https://github.com/nodejs/node/issues/23277
+test-worker-memory: PASS,FLAKY
+# https://github.com/nodejs/node/issues/30846
+test-worker-message-port-transfer-terminate: PASS,FLAKY
[$system==linux]