Skip to content

Commit

Permalink
fixup! remove hasCrypto check
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis committed Feb 18, 2020
1 parent 5d80d47 commit 416e214
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/known_issues/test-crypto-authenticated-stream.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
/* eslint-disable node-core/crypto-check */
'use strict';
// Refs: https://github.com/nodejs/node/issues/31733
const common = require('../common');

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

const assert = require('assert');
const crypto = require('crypto');
const fs = require('fs');
Expand Down

0 comments on commit 416e214

Please sign in to comment.