Browse Source

test: make flaky crypto test more deterministic

Fixes: https://github.com/nodejs/node/issues/14424
PR-URL: https://github.com/nodejs/node/pull/14451
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
v6
Ben Noordhuis 8 years ago
parent
commit
1fa67c7fc2
  1. 2
      test/parallel/test-crypto-dh-leak.js

2
test/parallel/test-crypto-dh-leak.js

@ -1,4 +1,4 @@
// Flags: --expose-gc // Flags: --expose-gc --nocrankshaft --noconcurrent_recompilation
'use strict'; 'use strict';
const common = require('../common'); const common = require('../common');

Loading…
Cancel
Save