add kubecontext integraiton tests to functional tests as well

pull/5003/head
Medya Gh 2019-08-09 15:56:05 -07:00
parent 8763e6d692
commit 3ad2aecb82
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ func TestFunctional(t *testing.T) {
t.Run("ServicesList", testServicesList)
t.Run("Provisioning", testProvisioning)
t.Run("Tunnel", testTunnel)
t.Run("kubecontext", testKubeConfigCurrentCtx)
if !isTestNoneDriver(t) {
t.Run("EnvVars", testClusterEnv)