mirror of https://github.com/nodejs/node.git
test: exclude ibm i tests until we resolve
Refs: https://github.com/nodejs/node/issues/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 <mdawson@devrus.com> PR-URL: https://github.com/nodejs/node/pull/41812 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
This commit is contained in:
parent
dcf4890a32
commit
1387bb5ca8
|
@ -63,3 +63,11 @@ test-tls-env-extra-ca: SKIP
|
|||
test-dgram-error-message-address: SKIP
|
||||
# https://github.com/nodejs/node/issues/36929
|
||||
test-crypto-secure-heap: SKIP
|
||||
# https://github.com/nodejs/node/issues/39683
|
||||
test-dgram-connect: PASS, FLAKY
|
||||
test-http-client-parse-error: PASS, FLAKY
|
||||
test-http-multi-line-headers: PASS, FLAKY
|
||||
test-http-server-unconsume: PASS, FLAKY
|
||||
test-http-upgrade-advertise: PASS, FLAKY
|
||||
test-http-client-mindhsize: PASS, FLAKY
|
||||
test-http-tls-write-error: PASS, FLAKY
|
||||
|
|
|
@ -25,3 +25,5 @@ test-crypto-timing-safe-equal-benchmarks: PASS,FLAKY
|
|||
[$system==aix]
|
||||
|
||||
[$system==ibmi]
|
||||
# https://github.com/nodejs/node/issues/39683
|
||||
test-regress-GH-892: PASS, FLAKY
|
||||
|
|
|
@ -27,6 +27,9 @@ test-buffer-creation-regression: SKIP
|
|||
test-buffer-creation-regression: SKIP
|
||||
# https://github.com/nodejs/node/pull/30819
|
||||
test-perf-hooks: SKIP
|
||||
# https://github.com/nodejs/node/issues/39683
|
||||
test-tls-psk-client: PASS, FLAKY
|
||||
test-tls-securepair-client: PASS, FLAKY
|
||||
|
||||
[$arch==arm]
|
||||
|
||||
|
|
Loading…
Reference in New Issue