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

@@ -712,7 +712,7 @@ import { assertNoRpc, poll } from '../utils';
});
});
test('should have collection variables apply to environment variables that don\'t exist', async () => {
test.skip('should have collection variables apply to environment variables that don\'t exist', async () => {
// Setup collection and create terminal
const collection = extensionContext.environmentVariableCollection;
disposables.push({ dispose: () => collection.clear() });
@@ -798,7 +798,7 @@ import { assertNoRpc, poll } from '../utils';
});
});
test('should respect deleting entries', async () => {
test.skip('should respect deleting entries', async () => {
// Setup collection and create terminal
const collection = extensionContext.environmentVariableCollection;
disposables.push({ dispose: () => collection.clear() });