mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 16:49:06 +01:00
@@ -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() });
|
||||
|
||||
Reference in New Issue
Block a user