Skip to content

Commit 7a84e2e

Browse files
dmabuptaddaleax
authored andcommitted
test: skip an ipv6 test on IBM i
Due to some unknown system configuration, the code `socket_ipv6.bind(0, 111::1)` does not throw the expected error EADDRNOTAVAIL on some IBM i systems. This issue is still being investigated. To get the IBM i CI passing, skip it for now. PR-URL: #34209 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
1 parent cb67be7 commit 7a84e2e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/parallel/parallel.status

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,6 @@ test-net-socket-connect-without-cb: SKIP
7272
test-net-socket-connecting: SKIP
7373
test-net-socket-ready-without-cb: SKIP
7474
test-net-write-after-end-nt: SKIP
75-
test-tls-env-extra-ca: SKIP
75+
test-tls-env-extra-ca: SKIP
76+
# https://github.com/nodejs/node/pull/34209
77+
test-dgram-error-message-address: SKIP

0 commit comments

Comments
 (0)