summaryrefslogtreecommitdiff
path: root/test/parallel/test-http2-window-size.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-http2-window-size.js')
-rw-r--r--test/parallel/test-http2-window-size.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/parallel/test-http2-window-size.js b/test/parallel/test-http2-window-size.js
index 3d1c14de84..164a778e1f 100644
--- a/test/parallel/test-http2-window-size.js
+++ b/test/parallel/test-http2-window-size.js
@@ -10,7 +10,6 @@ if (!common.hasCrypto)
common.skip('missing crypto');
const assert = require('assert');
const h2 = require('http2');
-common.crashOnUnhandledRejection();
// Given a list of buffers and an initial window size, have a server write
// each buffer to the HTTP2 Writable stream, and let the client verify that