kubernetes/minikube

Fix Tunnel AccessDirect test on windows

Open

#8,304 opened on May 28, 2020

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Go (5,222 forks)batch import
area/testinghelp wantedkind/cleanuplifecycle/frozenpriority/backlog

Repository metrics

Stars
 (31,799 stars)
PR merge metrics
 (Avg merge 18d 3h) (62 merged PRs in 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")
	}

Contributor guide