smoke - more disablement for #50337

This commit is contained in:
Benjamin Pasero 2018-05-23 15:36:03 +02:00
parent 7cc501658a
commit 0562e4f468

View file

@ -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();
// });
});
}