Skip to content

Commit 5687baf

Browse files
dmabuptMylesBorins
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 27f47a5 commit 5687baf

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
@@ -74,4 +74,6 @@ test-net-socket-connect-without-cb: SKIP
7474
test-net-socket-connecting: SKIP
7575
test-net-socket-ready-without-cb: SKIP
7676
test-net-write-after-end-nt: SKIP
77-
test-tls-env-extra-ca: SKIP
77+
test-tls-env-extra-ca: SKIP
78+
# https://github.com/nodejs/node/pull/34209
79+
test-dgram-error-message-address: SKIP

0 commit comments

Comments
 (0)