Skip to content

Commit b49c688

Browse files
committed
integration - disable debug tests
1 parent 3035682 commit b49c688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/vscode-api-tests/src/singlefolder-tests/debug.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ suite('Debug', function () {
3737
disposeAll(toDispose);
3838
});
3939

40-
test('start debugging', async function () {
40+
test.skip('start debugging', async function () {
4141
assert.equal(debug.activeDebugSession, undefined);
4242
let stoppedEvents = 0;
4343
let variablesReceived: () => void;

0 commit comments

Comments
 (0)