diff --git a/test/parallel/test-crypto-random.js b/test/parallel/test-crypto-random.js index e079bc9de2c7d9..e175550c4b4c12 100644 --- a/test/parallel/test-crypto-random.js +++ b/test/parallel/test-crypto-random.js @@ -34,9 +34,6 @@ const { inspect } = require('util'); const kMaxUint32 = Math.pow(2, 32) - 1; const kMaxPossibleLength = Math.min(kMaxLength, kMaxUint32); -// Bump, we register a lot of exit listeners -process.setMaxListeners(256); - common.expectWarning('DeprecationWarning', 'crypto.pseudoRandomBytes is deprecated.', 'DEP0115');