mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 17:19:01 +01:00
debug: skip start debugging test
This commit is contained in:
@@ -37,8 +37,7 @@ suite('Debug', function () {
|
||||
disposeAll(toDispose);
|
||||
});
|
||||
|
||||
this.retries(2);
|
||||
test('start debugging', async function () {
|
||||
test.skip('start debugging', async function () {
|
||||
let stoppedEvents = 0;
|
||||
let variablesReceived: () => void;
|
||||
let initializedReceived: () => void;
|
||||
|
||||
Reference in New Issue
Block a user