From 0fc36156101ff724d12991161c3c2f94b52e181d 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 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 --- test/parallel/parallel.status | 1 + 1 file changed, 1 insertion(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 48d309971a9ad5..6123154bbcf09b 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