Skip to content

Commit 213cac0

Browse files
committed
quic: temporarily skip quic-ipv6only test
The dual stack support is currently broken as the QuicSocket endpoints are not properly accounting for all cases. Needs to be investigated further. PR-URL: #34033 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
1 parent 99f7c4b commit 213cac0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/parallel/test-quic-ipv6only.js

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ if (!common.hasIPv6)
99
if (!common.hasQuic)
1010
common.skip('missing quic');
1111

12+
common.skip(
13+
'temporarily skip ipv6only check. dual stack support is current broken');
14+
1215
const assert = require('assert');
1316
const { createQuicSocket } = require('net');
1417
const { key, cert, ca } = require('../common/quic');

0 commit comments

Comments
 (0)