From 79fa08b26f69c94d68fdd707e3048ff25e60800c Mon Sep 17 00:00:00 2001 From: Andriy Dzikh Date: Tue, 24 Aug 2021 11:19:28 -0700 Subject: [PATCH] Remove tcsh test from functional tests (our envs dont work with it). --- test/integration/functional_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/test/integration/functional_test.go b/test/integration/functional_test.go index 4a41926688..fa25d4ddff 100644 --- a/test/integration/functional_test.go +++ b/test/integration/functional_test.go @@ -479,7 +479,6 @@ func validateDockerEnv(ctx context.Context, t *testing.T, profile string) { } posixTests := []ShellTest{ {"bash", []string{"/bin/bash", "-c"}, "eval $(%[1]s -p %[2]s docker-env) && "}, - {"tcsh", []string{"/bin/tcsh", "-c"}, "setenv SHELL /bin/tcsh && eval `%[1]s -p %[2]s docker-env` && "}, } tests := posixTests