diff --git a/test/parallel/test-crypto-authenticated-stream.js b/test/parallel/test-crypto-authenticated-stream.js index 196f9f2e3c69b2..f29ee8932af804 100644 --- a/test/parallel/test-crypto-authenticated-stream.js +++ b/test/parallel/test-crypto-authenticated-stream.js @@ -1,4 +1,3 @@ -/* eslint-disable node-core/crypto-check */ 'use strict'; // Refs: https://github.com/nodejs/node/issues/31733 const common = require('../common');