Skip to content

Commit

Permalink
quic: temporarily disable packetloss tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jasnell committed Jun 23, 2020
1 parent aed5f87 commit 594844f
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 594844f

Please sign in to comment.