From fe21dd39c3c3ab547acc4b9eda7420224332c589 Mon Sep 17 00:00:00 2001 From: Refael Ackermann Date: Sun, 14 Apr 2019 13:29:02 -0400 Subject: [PATCH] test: mark some known flakes PR-URL: https://github.com/nodejs/node/pull/27225 Refs: https://github.com/nodejs/node/issues/26910 Refs: https://github.com/nodejs/node/issues/27219 Refs: https://github.com/nodejs/node/issues/26938 Refs: https://github.com/nodejs/node/issues/23089 Reviewed-By: Richard Lau Reviewed-By: Ruben Bridgewater Reviewed-By: Luigi Pinca Reviewed-By: Yongsheng Zhang --- test/parallel/parallel.status | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 7de71e345f725e..383f232d5273a5 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -20,6 +20,12 @@ test-worker-memory: PASS,FLAKY [$system==linux] [$system==macos] +# https://github.com/nodejs/node/issues/26910 +test-tls-sni-option: PASS,FLAKY +# https://github.com/nodejs/node/issues/27219 +test-tls-sni-server-client: PASS,FLAKY +# https://github.com/nodejs/node/issues/26938 +test-tls-js-stream: PASS,FLAKY [$arch==arm || $arch==arm64] # https://github.com/nodejs/node/issues/25028 @@ -30,5 +36,7 @@ test-worker-prof: PASS,FLAKY [$system==solaris] # Also applies to SmartOS [$system==freebsd] +# https://github.com/nodejs/node/issues/23089 +test-gc-http-client-onerror: PASS,FLAKY [$system==aix]