From cab65fbe636d3a9652e4982aeac763894b734cc2 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 PR-URL: https://github.com/nodejs/node/pull/35886 Reviewed-By: Gireesh Punathil Reviewed-By: Stephen Belanger Reviewed-By: Rich Trott Reviewed-By: Ricky Zhou <0x19951125@gmail.com> --- test/parallel/parallel.status | 1 + 1 file changed, 1 insertion(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 0c6d2a4c1a5970..c8716b336fd93f 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