From 5fad76ffc9615eed881d8486aa7555adb306126c Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Fri, 14 Dec 2018 06:16:59 -0800 Subject: [PATCH] test: mark test-worker-memory flaky on Windows CI Refs: https://github.com/nodejs/node/issues/23277 --- test/parallel/parallel.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index b45e4448d97c06..cb7df8aabf8d50 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -12,6 +12,8 @@ test-net-connect-options-port: PASS,FLAKY test-http2-pipe: PASS,FLAKY test-worker-syntax-error: PASS,FLAKY test-worker-syntax-error-file: PASS,FLAKY +# https://github.com/nodejs/node/issues/23277 +test-worker-memory: PASS,FLAKY [$system==linux]