From b2a1cf3793f03e0055cb8ef4cbac0da8a6b00727 Mon Sep 17 00:00:00 2001 From: Refael Ackermann Date: Mon, 1 Oct 2018 19:35:37 -0400 Subject: [PATCH] test: mark some flakes PR-URL: https://github.com/nodejs/node/pull/23208 Reviewed-By: Anna Henningsen Reviewed-By: James M Snell Reviewed-By: Benjamin Gruenbaum Reviewed-By: Joyee Cheung Reviewed-By: Ruben Bridgewater --- test/parallel/parallel.status | 4 +++- test/sequential/sequential.status | 11 +++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 0e6127e6172209..eb013e7f0e1ddc 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -5,8 +5,10 @@ prefix parallel # sample-test : PASS,FLAKY [true] # This section applies to all platforms -# https://github.com/nodejs/node/issues/21038 +# https://github.com/nodejs/node/issues/22865 test-trace-events-fs-sync: PASS,FLAKY +# https://github.com/nodejs/node/issues/23207 +test-net-connect-options-port: PASS,FLAKY [$system==win32] test-http2-pipe: PASS,FLAKY diff --git a/test/sequential/sequential.status b/test/sequential/sequential.status index 39156e1705a60d..4b7e92331e7b1a 100644 --- a/test/sequential/sequential.status +++ b/test/sequential/sequential.status @@ -8,8 +8,19 @@ prefix sequential # This test will be flaky until https://github.com/libuv/libuv/pull/1742 lands # on Node.js. test-fs-readfile-tostring-fail: PASS, FLAKY +# https://github.com/nodejs/node/issues/23066 +test-gc-http-client-timeout: PASS, FLAKY +# https://github.com/nodejs/node/issues/22336 +test-gc-http-client: PASS,FLAKY +# https://github.com/nodejs/node/issues/23067 +test-gc-net-timeout: PASS,FLAKY +# https://github.com/nodejs/node/issues/23089 +test-gc-http-client-onerror: PASS,FLAKY +# https://github.com/nodejs/node/issues/23219 +test-gc-http-client-connaborted: PASS,FLAKY [$system==win32] +# https://github.com/nodejs/node/issues/22327 test-http2-large-file: PASS, FLAKY [$system==linux]