mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 17:19:01 +01:00
Web: run integration tests as part of our product builds (fix #83923)
This commit is contained in:
@@ -37,6 +37,7 @@ suite('Debug', function () {
|
||||
disposeAll(toDispose);
|
||||
});
|
||||
|
||||
// TODO@isidor seems to fail
|
||||
test.skip('start debugging', async function () {
|
||||
assert.equal(debug.activeDebugSession, undefined);
|
||||
let stoppedEvents = 0;
|
||||
|
||||
Reference in New Issue
Block a user