Skip to content

Commit

Permalink
test: make flaky crypto test more deterministic
Browse files Browse the repository at this point in the history
Fixes: #14424
PR-URL: #14451
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Refael Ackermann <[email protected]>
  • Loading branch information
bnoordhuis authored and addaleax committed Jul 27, 2017
1 parent 100e862 commit 4ff562f
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 4ff562f

Please sign in to comment.