Skip to content

Commit

Permalink
quic: temporarily disable packetloss tests
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
jasnell committed Jun 24, 2020
1 parent 9de95f4 commit 2a5922e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/parallel/test-quic-quicsocket-packetloss-stream-rx.js
Expand Up @@ -11,6 +11,8 @@ const common = require('../common');
if (!common.hasQuic)
common.skip('missing quic');

common.skip('temporarily skip packetloss tests for refactoring');

const Countdown = require('../common/countdown');
const assert = require('assert');
const {
Expand Down
2 changes: 2 additions & 0 deletions test/parallel/test-quic-quicsocket-packetloss-stream-tx.js
Expand Up @@ -11,6 +11,8 @@ const common = require('../common');
if (!common.hasQuic)
common.skip('missing quic');

common.skip('temporarily skip packetloss tests for refactoring');

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

0 comments on commit 2a5922e

Please sign in to comment.