We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3772b59 commit 5350eaaCopy full SHA for 5350eaa
extensions/vscode-api-tests/src/singlefolder-tests/terminal.test.ts
@@ -692,7 +692,7 @@ import { assertNoRpc } from '../utils';
692
});
693
694
suite('environmentVariableCollection', () => {
695
- test('should have collection variables apply to terminals immediately after setting', (done) => {
+ test.skip('should have collection variables apply to terminals immediately after setting', (done) => {
696
// Text to match on before passing the test
697
const expectedText = [
698
'~a2~',
0 commit comments