Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
ronag committed Jun 21, 2020
1 parent 2bc17a5 commit ca1d829
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/parallel/test-crypto-authenticated-stream.js
Expand Up @@ -9,6 +9,9 @@ const path = require('path');
const stream = require('stream');
const tmpdir = require('../common/tmpdir');

if (!common.hasCrypto)
common.skip('missing crypto');

class Sink extends stream.Writable {
constructor() {
super();
Expand Down

0 comments on commit ca1d829

Please sign in to comment.