Ignore the ingress test in Linux-None

pull/2254/head
kairen 2017-12-02 04:04:39 +08:00
parent 745645b929
commit e93a2f4254
1 changed files with 1 additions and 1 deletions

View File

@ -34,13 +34,13 @@ func TestFunctional(t *testing.T) {
t.Run("Logs", testClusterLogs)
t.Run("Addons", testAddons)
t.Run("Dashboard", testDashboard)
t.Run("IngressController", testIngressController)
t.Run("ServicesList", testServicesList)
t.Run("Provisioning", testProvisioning)
if !strings.Contains(minikubeRunner.StartArgs, "--vm-driver=none") {
t.Run("EnvVars", testClusterEnv)
t.Run("SSH", testClusterSSH)
t.Run("IngressController", testIngressController)
// t.Run("Mounting", testMounting)
}
}