From a8fd8a1a61950a2e3d926e812cf4743b23f27f1b Mon Sep 17 00:00:00 2001 From: AshCripps Date: Thu, 20 Feb 2020 11:42:12 +0000 Subject: [PATCH] test: mark http2 tests as flaky on 10.x These tests are already marked as flaky on 12.x and master. PR-URL: https://github.com/nodejs/node/pull/31887 Reviewed-By: Beth Griggs Reviewed-By: Richard Lau --- test/parallel/parallel.status | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 383f232d5273a5..0c99380dc34a96 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -11,6 +11,14 @@ test-net-connect-options-port: PASS,FLAKY test-trace-events-api-worker-disabled: PASS,FLAKY [$system==win32] +# 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 test-http2-pipe: PASS,FLAKY test-worker-syntax-error: PASS,FLAKY test-worker-syntax-error-file: PASS,FLAKY