mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-10 16:58:55 -05:00
smoke - more disablement for #50337
This commit is contained in:
@@ -107,10 +107,10 @@ export function setup() {
|
||||
// await app.workbench.debug.waitForReplCommand('2 + 2', r => r === '4');
|
||||
// });
|
||||
|
||||
it('stop debugging', async function () {
|
||||
const app = this.app as Application;
|
||||
// it('stop debugging', async function () {
|
||||
// const app = this.app as Application;
|
||||
|
||||
await app.workbench.debug.stopDebugging();
|
||||
});
|
||||
// await app.workbench.debug.stopDebugging();
|
||||
// });
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user