debug: reanable tests. Use 2 retries

This commit is contained in:
isidor
2020-03-05 17:50:16 +01:00
parent 3967570db9
commit 5cf50df3be

View File

@@ -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;