From 17d7afe83af0ec1262e4d92dbff5083bec852a22 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. --- 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 f5bb33cfa64915..75d543420dea53 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