diff --git a/test/smoke/src/areas/debug/debug.test.ts b/test/smoke/src/areas/debug/debug.test.ts index 2be739d4061d6c43b82654b0ee52e5dfe7787eff..468bd358ba9261e931e22602f5f35db23ed27ea2 100644 --- a/test/smoke/src/areas/debug/debug.test.ts +++ b/test/smoke/src/areas/debug/debug.test.ts @@ -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(); + // }); }); } \ No newline at end of file