Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4ae34e8

Browse filesBrowse 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 <riclau@uk.ibm.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
1 parent b7ae73b commit 4ae34e8
Copy full SHA for 4ae34e8

File tree

Expand file treeCollapse file tree

1 file changed

+3
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-1
lines changed
Open diff view settings
Collapse file

‎test/parallel/parallel.status‎

Copy file name to clipboardExpand all lines: test/parallel/parallel.status
+3-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.