From c3247fedd9da1bca4de434fe1ba6d974ff13f9e2 Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Sat, 1 Feb 2020 21:30:03 +0100 Subject: [PATCH] test: mark additional tests as flaky on Windows Basically, any of the tests that failed in the runs for https://github.com/nodejs/node/pull/31602 which was not already marked as flaky. PR-URL: https://github.com/nodejs/node/pull/31606 Reviewed-By: Richard Lau Reviewed-By: Joyee Cheung --- test/async-hooks/async-hooks.status | 2 ++ test/parallel/parallel.status | 7 +++++++ 2 files changed, 9 insertions(+) diff --git a/test/async-hooks/async-hooks.status b/test/async-hooks/async-hooks.status index 7f36d5a78a6e2b..9ad85147db2b6b 100644 --- a/test/async-hooks/async-hooks.status +++ b/test/async-hooks/async-hooks.status @@ -7,6 +7,8 @@ prefix async-hooks [true] # This section applies to all platforms [$system==win32] +# https://github.com/nodejs/node/issues/29852 +test-statwatcher: PASS,FLAKY [$system==linux] diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 90914610ce8221..f70998dfd4bf95 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -21,6 +21,13 @@ test-http2-compat-client-upload-reject: PASS,FLAKY test-http2-multistream-destroy-on-read-tls: PASS,FLAKY # https://github.com/nodejs/node/issues/20750 test-http2-pipe: PASS,FLAKY +# https://github.com/nodejs/node/issues/20750 +# https://github.com/nodejs/node/pull/31590 +test-http2-stream-destroy-event-order: PASS,FLAKY +# https://github.com/nodejs/node/issues/20750 +test-stream-pipeline-http2: PASS,FLAKY +# https://github.com/nodejs/node/issues/24497 +test-timers-immediate-queue: PASS,FLAKY # https://github.com/nodejs/node/issues/23277 test-worker-memory: PASS,FLAKY # https://github.com/nodejs/node/issues/30846