Skip flaky tests

Part of #140110
This commit is contained in:
Daniel Imms
2022-01-04 09:40:49 -08:00
parent 1b6e853df1
commit 79ed98edc9
2 changed files with 3 additions and 3 deletions

View File

@@ -76,7 +76,7 @@ import { assertNoRpc } from '../utils';
});
});
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');