summaryrefslogtreecommitdiff
path: root/deps/v8/test/inspector/debugger/step-into-external-async-task-same-context.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/inspector/debugger/step-into-external-async-task-same-context.js')
-rw-r--r--deps/v8/test/inspector/debugger/step-into-external-async-task-same-context.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/deps/v8/test/inspector/debugger/step-into-external-async-task-same-context.js b/deps/v8/test/inspector/debugger/step-into-external-async-task-same-context.js
index fec786422e..132c0690f1 100644
--- a/deps/v8/test/inspector/debugger/step-into-external-async-task-same-context.js
+++ b/deps/v8/test/inspector/debugger/step-into-external-async-task-same-context.js
@@ -42,13 +42,6 @@ session.setupScriptMap();
InspectorTest.log('Run stepInto with breakOnAsyncCall flag');
Protocol.Debugger.stepInto({breakOnAsyncCall: true});
- let {params: {asyncCallStackTraceId}} = await Protocol.Debugger.oncePaused();
-
- InspectorTest.log('Call pauseOnAsyncCall');
- Protocol.Debugger.pauseOnAsyncCall({
- parentStackTraceId: asyncCallStackTraceId,
- });
- Protocol.Debugger.resume();
InspectorTest.log('Trigger external async task on another context group');
let stackTraceId = (await evaluatePromise).result.result.value;