smoke - more disablement for #50337

This commit is contained in:
Benjamin Pasero
2018-05-23 15:36:03 +02:00
parent 0d1810efc3
commit f913d93c49

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