eng - disable start debugging test that is flaky (#242033) (#272273)

This commit is contained in:
Benjamin Pasero
2025-10-20 15:24:28 +02:00
committed by GitHub
parent 7a90c2cf94
commit f77f4c50cd

View File

@@ -63,7 +63,7 @@ suite('vscode API - debug', function () {
assert.strictEqual(functionBreakpoint.functionName, 'func');
});
test('start debugging', async function () {
test.skip('start debugging', async function () { // Flaky: https://github.com/microsoft/vscode/issues/242033
let stoppedEvents = 0;
let variablesReceived: () => void;
let initializedReceived: () => void;