From 3f5142daa82e91af05fa006116ea69ca888f6bc0 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 PR-URL: https://github.com/nodejs/node/pull/32828 Reviewed-By: Anna Henningsen Reviewed-By: Colin Ihrig Reviewed-By: Myles Borins Reviewed-By: Rich Trott --- 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