summaryrefslogtreecommitdiff
path: root/test/parallel/parallel.status
diff options
context:
space:
mode:
authorRuben Bridgewater <ruben@bridgewater.de>2018-05-19 13:59:46 +0200
committerRuben Bridgewater <ruben@bridgewater.de>2018-05-19 17:52:46 +0200
commit8254e389f53703f33951c56e5e0ec11a2d51f661 (patch)
treee5458953212080a757ef1fecc693ad1fc756a4fe /test/parallel/parallel.status
parentc594d15170e6664c0609d317a9a201f34e875900 (diff)
downloadandroid-node-v8-8254e389f53703f33951c56e5e0ec11a2d51f661.tar.gz
android-node-v8-8254e389f53703f33951c56e5e0ec11a2d51f661.tar.bz2
android-node-v8-8254e389f53703f33951c56e5e0ec11a2d51f661.zip
test: mark tests as flaky as intermediate step
We have a few http2 issues that are currently resolved. Until they are, just mark these two tests as flaky. PR-URL: https://github.com/nodejs/node/pull/20835 Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Diffstat (limited to 'test/parallel/parallel.status')
-rw-r--r--test/parallel/parallel.status6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status
index 899e6adfac..2bd5db8388 100644
--- a/test/parallel/parallel.status
+++ b/test/parallel/parallel.status
@@ -8,6 +8,12 @@ prefix parallel
# Postmortem debugging data is prone to accidental removal during V8 updates.
test-postmortem-metadata: PASS,FLAKY
+# http2 has a few bugs that make these tests flaky and that are currently worked
+# on.
+test-http2-client-upload-reject: PASS,FLAKY
+test-http2-pipe: PASS,FLAKY
+test-http2-client-upload: PASS,FLAKY
+
[$system==win32]
[$system==linux]