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