From 511eb2a895c4efcf9a699e499a3b3a4cf114fe40 Mon Sep 17 00:00:00 2001 From: Sam Roberts Date: Wed, 19 Jun 2019 13:42:31 -0700 Subject: [PATCH] test: skip test-worker-debug as flaky for linux See: https://github.com/nodejs/node/issues/28299 --- test/parallel/parallel.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 68a685395c43e4..ef4493a219ffd5 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -25,6 +25,8 @@ test-http2-client-upload-reject: PASS,FLAKY test-worker-debug: PASS,FLAKY [$system==linux] +# https://github.com/nodejs/node/issues/28299 +test-worker-debug: PASS,FLAKY [$system==macos]