summaryrefslogtreecommitdiff
path: root/test/parallel/test-eslint-documented-errors.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-eslint-documented-errors.js')
-rw-r--r--test/parallel/test-eslint-documented-errors.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/parallel/test-eslint-documented-errors.js b/test/parallel/test-eslint-documented-errors.js
index 533b829e78..a047ecd358 100644
--- a/test/parallel/test-eslint-documented-errors.js
+++ b/test/parallel/test-eslint-documented-errors.js
@@ -1,6 +1,8 @@
'use strict';
const common = require('../common');
+if (!common.hasCrypto)
+ common.skip('missing crypto');
common.skipIfEslintMissing();
const RuleTester = require('../../tools/node_modules/eslint').RuleTester;