Skip to content

Commit bddc99e

Browse files
dmabuptMylesBorins
authored andcommitted
test: skip some IBM i unsupported test cases
Issuing a shutdown() on IBM i PASE with parameter SHUT_WR also sends a normal close sequence to the partner program. This leads to timing issues and ECONNRESET failures in some test cases. Refs: libuv/libuv#2782 PR-URL: #34118 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent cfd4c80 commit bddc99e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

test/parallel/parallel.status

+10
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,13 @@ test-cluster-shared-leak: SKIP
6565
test-http-writable-true-after-close: SKIP
6666
test-http2-connect-method: SKIP
6767
test-net-error-twice: SKIP
68+
# https://github.com/libuv/libuv/pull/2782
69+
test-net-allow-half-open: SKIP
70+
test-net-keepalive: SKIP
71+
test-net-persistent-keepalive: SKIP
72+
test-net-socket-close-after-end: SKIP
73+
test-net-socket-connect-without-cb: SKIP
74+
test-net-socket-connecting: SKIP
75+
test-net-socket-ready-without-cb: SKIP
76+
test-net-write-after-end-nt: SKIP
77+
test-tls-env-extra-ca: SKIP

0 commit comments

Comments
 (0)