mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 16:49:06 +01:00
Skip env var collection should respect clearing entries
Part of #120077
This commit is contained in:
@@ -757,7 +757,7 @@ import { assertNoRpc } from '../utils';
|
||||
terminal.sendText('echo $C');
|
||||
});
|
||||
|
||||
test('should respect clearing entries', (done) => {
|
||||
test.skip('should respect clearing entries', (done) => {
|
||||
// Text to match on before passing the test
|
||||
const expectedText = [
|
||||
'~a1~',
|
||||
|
||||
Reference in New Issue
Block a user