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