Disable failing test (#194681)

#194680
This commit is contained in:
Rob Lourens
2023-10-02 20:39:16 -07:00
committed by GitHub
parent 46c45d2f67
commit 4935438c42

View File

@@ -78,7 +78,7 @@ import { assertNoRpc } from '../utils';
await testDonePromise;
});
test('dependsOn task should start with a different processId (#118256)', async () => {
test.skip('dependsOn task should start with a different processId (#118256)', async () => {
// Set up dependsOn task by creating tasks.json since this is not possible via the API
// Tasks API
const tasksConfig = workspace.getConfiguration('tasks');