From 236ffc003a485d6e7592cfdadabdde56fda77269 Mon Sep 17 00:00:00 2001 From: Ruben Bridgewater Date: Sat, 19 May 2018 13:59:46 +0200 Subject: [PATCH 1/2] 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. --- test/parallel/parallel.status | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 899e6adfac060d..f1b6b24d9d7093 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -8,6 +8,11 @@ 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 + [$system==win32] [$system==linux] From 844c9b7ddce74cca18482ef88592d2042c82efbc Mon Sep 17 00:00:00 2001 From: Ruben Bridgewater Date: Sat, 19 May 2018 14:08:28 +0200 Subject: [PATCH 2/2] fixup: skip parallel/test-http2-client-upload as well --- test/parallel/parallel.status | 1 + 1 file changed, 1 insertion(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index f1b6b24d9d7093..2bd5db83889740 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -12,6 +12,7 @@ test-postmortem-metadata: PASS,FLAKY # on. test-http2-client-upload-reject: PASS,FLAKY test-http2-pipe: PASS,FLAKY +test-http2-client-upload: PASS,FLAKY [$system==win32]