Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixup! remove hasCrypto check
  • Loading branch information
bnoordhuis committed Feb 18, 2020
commit 416e2143f76e74df9a758d353b1f29c56a51f834
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 */
Copy link
Copy Markdown
Member

@Trott Trott Feb 21, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might not be a bad idea to create a test/known_issues/.eslintrc.yaml and disable the lint rule there, but also probably outside the scope of this PR.

'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