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