提交 8ff7efd8 编写于 作者: M Medya Gh

skip tunnell

上级 44dbe44f
......@@ -116,6 +116,9 @@ func getKubeDNSIP(t *testing.T, profile string) string {
// validateTunnelStart starts `minikube tunnel`
func validateTunnelStart(ctx context.Context, t *testing.T, profile string) {
if HyperVDriver() {
t.Skipf("skipping tunnel for hyperv driver")
}
checkRoutePassword(t)
args := []string{"-p", profile, "tunnel", "--alsologtostderr"}
......@@ -336,6 +339,9 @@ func validateAccessDNS(ctx context.Context, t *testing.T, profile string) {
// validateTunnelDelete stops `minikube tunnel`
func validateTunnelDelete(ctx context.Context, t *testing.T, profile string) {
if HyperVDriver() {
t.Skipf("skipping tunnel for hyperv driver")
}
checkRoutePassword(t)
// Stop tunnel
tunnelSession.Stop(t)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册