Skip to content

Commit

Permalink
test: make flaky crypto test more deterministic
Browse files Browse the repository at this point in the history
Fixes: nodejs#14424
PR-URL: nodejs#14451
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
  • Loading branch information
bnoordhuis committed Jul 27, 2017
1 parent 714e5cb commit 1fa67c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-crypto-dh-leak.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Flags: --expose-gc
// Flags: --expose-gc --nocrankshaft --noconcurrent_recompilation
'use strict';

const common = require('../common');
Expand Down

0 comments on commit 1fa67c7

Please sign in to comment.