diff --git a/test/async-hooks/async-hooks.status b/test/async-hooks/async-hooks.status index e540645e544a88..fdd0ef3aa5b689 100644 --- a/test/async-hooks/async-hooks.status +++ b/test/async-hooks/async-hooks.status @@ -5,6 +5,8 @@ prefix async-hooks # sample-test : PASS,FLAKY [true] # This section applies to all platforms +# https://github.com/nodejs/node/issues/21425 +test-statwatcher: PASS,FLAKY [$system==win32] # https://github.com/nodejs/node/issues/21425 diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 0c99380dc34a96..7438cd42823eba 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -11,6 +11,8 @@ test-net-connect-options-port: PASS,FLAKY test-trace-events-api-worker-disabled: PASS,FLAKY [$system==win32] +# https://github.com/nodejs/node/issues/30620 +test-child-process-fork-exec-path: PASS,FLAKY # https://github.com/nodejs/node/issues/20750 test-http2-client-upload: PASS,FLAKY # https://github.com/nodejs/node/issues/20750 @@ -19,11 +21,14 @@ test-http2-client-upload-reject: PASS,FLAKY test-http2-compat-client-upload-reject: PASS,FLAKY # https://github.com/nodejs/node/issues/30845 test-http2-multistream-destroy-on-read-tls: PASS,FLAKY +# https://github.com/nodejs/node/issues/20750 test-http2-pipe: PASS,FLAKY -test-worker-syntax-error: PASS,FLAKY -test-worker-syntax-error-file: PASS,FLAKY +# https://github.com/nodejs/node/issues/30844 +test-module-loading-globalpaths: PASS,FLAKY # https://github.com/nodejs/node/issues/23277 test-worker-memory: PASS,FLAKY +# https://github.com/nodejs/node/issues/30846 +test-worker-message-port-transfer-terminate: PASS,FLAKY [$system==linux] diff --git a/test/sequential/sequential.status b/test/sequential/sequential.status index f5e0bb0f7275cf..09be9c423f7374 100644 --- a/test/sequential/sequential.status +++ b/test/sequential/sequential.status @@ -11,6 +11,8 @@ test-gc-http-client: PASS,FLAKY [$system==win32] # https://github.com/nodejs/node/issues/22327 test-http2-large-file: PASS, FLAKY +# https://github.com/nodejs/node/issues/26401 +test-worker-prof: PASS, FLAKY [$system==linux]