Skip to content

Commit 10da5c1

Browse files
Trotttargos
authored andcommitted
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: #37035 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
1 parent 5227c5e commit 10da5c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/parallel/parallel.status

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@ test-tls-env-extra-ca: SKIP
7070
# https://github.com/nodejs/node/pull/34209
7171
test-dgram-error-message-address: SKIP
7272
# https://github.com/nodejs/node/issues/36929
73-
test-crypto-secure-heap: PASS,FLAKY
73+
test-crypto-secure-heap: SKIP
7474
# https://github.com/nodejs/node/issues/36925
75-
test-fs-read-type: PASS,FLAKY
75+
test-fs-read-type: SKIP

0 commit comments

Comments
 (0)