From 5b7b0b126c82c50abfa56536a830b54a44d81b39 Mon Sep 17 00:00:00 2001 From: Myles Borins Date: Fri, 30 Oct 2020 12:28:16 -0400 Subject: [PATCH] test: mark test-worker-eventlooputil flaky This is consistently failing in CI right now. Lets mark it flaky while we figure out what is going on. Refs: https://github.com/nodejs/node/issues/35844 --- test/parallel/parallel.status | 1 + 1 file changed, 1 insertion(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 6123154bbcf09b..f5188caac91780 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -6,6 +6,7 @@ prefix parallel [true] # This section applies to all platforms test-http2-respond-file-error-pipe-offset: PASS,FLAKY +test-worker-eventlooputil: PASS,FLAKY [$system==win32] # https://github.com/nodejs/node/issues/20750