kubernetes/minikube

Fix Tunnel AccessDirect test on windows

Open

#8.304 aberto em 28 de mai. de 2020

Ver no GitHub
 (2 comments) (0 reactions) (0 assignees)Go (5.222 forks)batch import
area/testinghelp wantedkind/cleanuplifecycle/frozenpriority/backlog

Métricas do repositório

Stars
 (31.799 stars)
Métricas de merge de PR
 (Mesclagem média 18d 3h) (62 fundiu PRs em 30d)

Description

currently we skip it

// validateAccessDirect validates if the test service can be accessed with LoadBalancer IP from host
func validateAccessDirect(ctx context.Context, t *testing.T, profile string) {
	if runtime.GOOS == "windows" {
		t.Skip("skipping: mount broken on windows: https://github.com/kubernetes/minikube/issues/8303")
	}

Guia do colaborador