From 4ed4b64293dd4fa6dda9a473050d7645123d7064 Mon Sep 17 00:00:00 2001 From: Myles Borins Date: Fri, 30 Oct 2020 10:54:58 -0400 Subject: [PATCH] test: mark test-http2-respond-file-error-pipe-offset flaky MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is now failing inconsistently across many platforms. This appears to be the result of the addition of mustSucceed being added to the test during testing refactoring. We should mark flaky until we have figured out what the issue is. Refs: https://github.com/nodejs/node/issues/35881 PR-URL: https://github.com/nodejs/node/pull/35883 Reviewed-By: Tobias Nießen Reviewed-By: Gireesh Punathil --- test/parallel/parallel.status | 1 + 1 file changed, 1 insertion(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 811fb9a9c6f985..0c6d2a4c1a5970 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -5,6 +5,7 @@ prefix parallel # sample-test : PASS,FLAKY [true] # This section applies to all platforms +test-http2-respond-file-error-pipe-offset: PASS,FLAKY [$system==win32] # https://github.com/nodejs/node/issues/20750