Skip to content

Commit ea96640

Browse files
mhdawsonruyadorno
authored andcommitted
test: exclude ibm i tests until we resolve
Refs: #39683 These are being worked, but we really should have marked flaky a long time ago in ordert to make then nightlies non-red. Signed-off-by: Michael Dawson <[email protected]> PR-URL: #41812 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]>
1 parent af641bd commit ea96640

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

test/parallel/parallel.status

+8
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,11 @@ test-tls-env-extra-ca: SKIP
6363
test-dgram-error-message-address: SKIP
6464
# https://github.com/nodejs/node/issues/36929
6565
test-crypto-secure-heap: SKIP
66+
# https://github.com/nodejs/node/issues/39683
67+
test-dgram-connect: PASS, FLAKY
68+
test-http-client-parse-error: PASS, FLAKY
69+
test-http-multi-line-headers: PASS, FLAKY
70+
test-http-server-unconsume: PASS, FLAKY
71+
test-http-upgrade-advertise: PASS, FLAKY
72+
test-http-client-mindhsize: PASS, FLAKY
73+
test-http-tls-write-error: PASS, FLAKY

test/pummel/pummel.status

+2
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,5 @@ test-crypto-timing-safe-equal-benchmarks: PASS,FLAKY
2525
[$system==aix]
2626

2727
[$system==ibmi]
28+
# https://github.com/nodejs/node/issues/39683
29+
test-regress-GH-892: PASS, FLAKY

test/sequential/sequential.status

+3
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ test-buffer-creation-regression: SKIP
2727
test-buffer-creation-regression: SKIP
2828
# https://github.com/nodejs/node/pull/30819
2929
test-perf-hooks: SKIP
30+
# https://github.com/nodejs/node/issues/39683
31+
test-tls-psk-client: PASS, FLAKY
32+
test-tls-securepair-client: PASS, FLAKY
3033

3134
[$arch==arm]
3235

0 commit comments

Comments
 (0)