Revert "skip failing tests - #128828"

This reverts commit 599f5d2c67.
This commit is contained in:
Daniel Imms 2021-07-16 05:16:01 -07:00
parent 7fbec639d4
commit 4bcac02b15

View file

@ -669,7 +669,7 @@ import { assertNoRpc } from '../utils';
});
suite('environmentVariableCollection', () => {
test.skip('should have collection variables apply to terminals immediately after setting', (done) => {
test('should have collection variables apply to terminals immediately after setting', (done) => {
// Text to match on before passing the test
const expectedText = [
'~a2~',
@ -714,7 +714,7 @@ import { assertNoRpc } from '../utils';
terminal.sendText('echo $C');
});
test.skip('should have collection variables apply to environment variables that don\'t exist', (done) => {
test('should have collection variables apply to environment variables that don\'t exist', (done) => {
// Text to match on before passing the test
const expectedText = [
'~a2~',
@ -759,7 +759,7 @@ import { assertNoRpc } from '../utils';
terminal.sendText('echo $C');
});
test.skip('should respect clearing entries', (done) => {
test('should respect clearing entries', (done) => {
// Text to match on before passing the test
const expectedText = [
'~a1~',
@ -800,7 +800,7 @@ import { assertNoRpc } from '../utils';
terminal.sendText('echo $B');
});
test.skip('should respect deleting entries', (done) => {
test('should respect deleting entries', (done) => {
// Text to match on before passing the test
const expectedText = [
'~a1~',