From a2cfb7dd8664c73385758c98966823fb80144d2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Reis?= Date: Sun, 8 Dec 2019 01:24:58 +0000 Subject: [PATCH] test: mark tests as flaky PR-URL: https://github.com/nodejs/node/pull/30848 Reviewed-By: Richard Lau Reviewed-By: Gireesh Punathil Reviewed-By: Anna Henningsen Reviewed-By: Rich Trott --- test/async-hooks/async-hooks.status | 2 ++ test/parallel/parallel.status | 18 ++++++++++++++---- test/sequential/sequential.status | 2 ++ 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/test/async-hooks/async-hooks.status b/test/async-hooks/async-hooks.status index 7f36d5a78a6e2b..344ff8e7affc83 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] diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 444cf8d1154c92..eea561b79b0ea5 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -11,14 +11,24 @@ test-fs-stat-bigint: PASS,FLAKY test-net-connect-options-port: PASS,FLAKY [$system==win32] -# https://github.com/nodejs/node/issues/20750 -test-http2-pipe: PASS,FLAKY -# https://github.com/nodejs/node/issues/23277 -test-worker-memory: PASS,FLAKY +# 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 test-http2-client-upload-reject: PASS,FLAKY +# https://github.com/nodejs/node/issues/30847 +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 +# 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 38bc644e974d3d..5c825b135c0db1 100644 --- a/test/sequential/sequential.status +++ b/test/sequential/sequential.status @@ -9,6 +9,8 @@ prefix sequential [$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]