mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 16:18:58 +01:00
integration - disable debug tests
This commit is contained in:
@@ -37,7 +37,7 @@ suite('Debug', function () {
|
||||
disposeAll(toDispose);
|
||||
});
|
||||
|
||||
test('start debugging', async function () {
|
||||
test.skip('start debugging', async function () {
|
||||
assert.equal(debug.activeDebugSession, undefined);
|
||||
let stoppedEvents = 0;
|
||||
let variablesReceived: () => void;
|
||||
|
||||
Reference in New Issue
Block a user