From bf6de931e9209784f0c22753c3054ef535241c51 Mon Sep 17 00:00:00 2001 From: Sam Roberts Date: Mon, 13 Apr 2020 14:12:31 -0700 Subject: [PATCH] test: mark cpu-prof-dir-worker flaky on all Refs: https://github.com/nodejs/node/issues/27611#issuecomment-613100468 --- test/sequential/sequential.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/sequential/sequential.status b/test/sequential/sequential.status index 0ab63c0771a923..f73b428de5f390 100644 --- a/test/sequential/sequential.status +++ b/test/sequential/sequential.status @@ -5,6 +5,8 @@ prefix sequential # sample-test : PASS,FLAKY [true] # This section applies to all platforms +# https://github.com/nodejs/node/issues/27611#issuecomment-613100468 +test-cpu-prof-dir-worker: PASS, FLAKY [$system==win32] # https://github.com/nodejs/node/issues/22327