We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3967570 commit 5cf50dfCopy full SHA for 5cf50df
1 file changed
extensions/vscode-api-tests/src/singlefolder-tests/debug.test.ts
@@ -37,8 +37,8 @@ suite('Debug', function () {
37
disposeAll(toDispose);
38
});
39
40
- // @isidor flakey test
41
- test.skip('start debugging', async function () {
+ this.retries(2);
+ test('start debugging', async function () {
42
assert.equal(debug.activeDebugSession, undefined);
43
let stoppedEvents = 0;
44
let variablesReceived: () => void;
0 commit comments