From 8254e389f53703f33951c56e5e0ec11a2d51f661 Mon Sep 17 00:00:00 2001 From: Ruben Bridgewater Date: Sat, 19 May 2018 13:59:46 +0200 Subject: [PATCH] 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 Reviewed-By: Gireesh Punathil --- test/parallel/parallel.status | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 899e6adfac0..2bd5db83889 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]