Skip flaky test

Part of #140111
This commit is contained in:
Daniel Imms
2022-01-04 14:28:16 -08:00
parent f559de2510
commit 6ce37ef7a2

View File

@@ -667,7 +667,7 @@ import { assertNoRpc, poll } from '../utils';
});
suite('environmentVariableCollection', () => {
test('should have collection variables apply to terminals immediately after setting', async () => {
test.skip('should have collection variables apply to terminals immediately after setting', async () => {
// Setup collection and create terminal
const collection = extensionContext.environmentVariableCollection;
disposables.push({ dispose: () => collection.clear() });