Remove tcsh test from functional tests (our envs dont work with it).

pull/12332/head
Andriy Dzikh 2021-08-24 11:19:28 -07:00
parent 1ba150fd63
commit 79fa08b26f
1 changed files with 0 additions and 1 deletions

View File

@ -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