From 87006be62ad6fe952e974b32c42e66079dbb51f7 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 PR-URL: https://github.com/nodejs/node/pull/25042 Reviewed-By: Colin Ihrig Reviewed-By: Gireesh Punathil --- test/parallel/parallel.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 208fe2e8ca8ba3..6b488ec49df9ac 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]