Skip to content

Commit 7acea78

Browse files
richardlauruyadorno
authored andcommitted
test: mark flaky tests on IBM i
PR-URL: #36986 Refs: #34410 Refs: #36925 Refs: #36929 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent 743dd8f commit 7acea78

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

test/abort/abort.status

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
prefix abort
2+
3+
# To mark a test as flaky, list the test name in the appropriate section
4+
# below, without ".js", followed by ": PASS,FLAKY". Example:
5+
# sample-test : PASS,FLAKY
6+
7+
[true] # This section applies to all platforms
8+
9+
[$system==ibmi]
10+
# https://github.com/nodejs/node/issues/34410
11+
test-addon-register-signal-handler: PASS,FLAKY

test/addons/addon.status

+2
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ openssl-binding/test: PASS,FLAKY
1313
[$system==ibmi]
1414
openssl-binding/test: SKIP
1515
zlib-binding/test: SKIP
16+
# https://github.com/nodejs/node/issues/34410
17+
register-signal-handler/test: PASS,FLAKY

test/parallel/parallel.status

+4
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,7 @@ test-net-write-after-end-nt: SKIP
6969
test-tls-env-extra-ca: SKIP
7070
# https://github.com/nodejs/node/pull/34209
7171
test-dgram-error-message-address: SKIP
72+
# https://github.com/nodejs/node/issues/36929
73+
test-crypto-secure-heap: PASS,FLAKY
74+
# https://github.com/nodejs/node/issues/36925
75+
test-fs-read-type: PASS,FLAKY

0 commit comments

Comments
 (0)