Skip to content

Commit 7f99a4a

Browse files
committed
http2: remove test-async-wrap-check-providers (Squash)
Following rebase, test file is no longer needed also: TEMPORARY... allow the test-async-wrap-getasyncid to pass by skipping the http2 specific bits
1 parent db39eff commit 7f99a4a

File tree

2 files changed

+5
-143
lines changed

2 files changed

+5
-143
lines changed

test/parallel/test-async-wrap-check-providers.js

Lines changed: 0 additions & 143 deletions
This file was deleted.

test/parallel/test-async-wrap-getasyncid.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ const providers = Object.assign({}, process.binding('async_wrap').Providers);
1919
process.removeAllListeners('uncaughtException');
2020
hooks.disable();
2121
delete providers.NONE; // Should never be used.
22+
23+
// TODO(jasnell): Test for these
24+
delete providers.HTTP2SESSION;
25+
delete providers.HTTP2SESSIONSHUTDOWNWRAP;
26+
2227
const obj_keys = Object.keys(providers);
2328
if (obj_keys.length > 0)
2429
process._rawDebug(obj_keys);

0 commit comments

Comments
 (0)