Skip to content

Commit

Permalink
quic: skip test-quic-preferred-address-ipv6.js when no ipv6
Browse files Browse the repository at this point in the history
PR-URL: #33919
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
  • Loading branch information
jasnell committed Jun 17, 2020
1 parent 4b70f95 commit 272b46e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/sequential/test-quic-preferred-address-ipv6.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ const common = require('../common');
if (!common.hasQuic)
common.skip('missing quic');

if (!common.hasIPv6)
common.skip('missing ipv6');

const Countdown = require('../common/countdown');
const assert = require('assert');
const fixtures = require('../common/fixtures');
Expand Down

0 comments on commit 272b46e

Please sign in to comment.