From 21e7b021a0c95c9d0df0791d067d562d3fd39dcb Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sat, 23 Jan 2021 04:01:55 -0800 Subject: [PATCH] test: skip tests consistently in parallel.status Some tests are marked SKIP,FLAKY (resulting in yellow/unstable CI when they fail) and others are marked SKIP (which means the results don't affect CI at all). There doesn't seem to be any reason for the difference. Mark them all as SKIP as IBM i for consistency and to have the luxury of a green daily CI. We'll want these to be at least SKIP,FLAKY (and preferably not skipped at all) before IBM i is supported. PR-URL: https://github.com/nodejs/node/pull/37035 Reviewed-By: Antoine du Hamel Reviewed-By: Benjamin Gruenbaum --- test/parallel/parallel.status | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 242f9ff8ff203a..44888f2e92a7fd 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -70,6 +70,6 @@ test-tls-env-extra-ca: SKIP # https://github.com/nodejs/node/pull/34209 test-dgram-error-message-address: SKIP # https://github.com/nodejs/node/issues/36929 -test-crypto-secure-heap: PASS,FLAKY +test-crypto-secure-heap: SKIP # https://github.com/nodejs/node/issues/36925 -test-fs-read-type: PASS,FLAKY +test-fs-read-type: SKIP