area/testinghelp wantedkind/cleanuplifecycle/frozenpriority/backlog
Repository-Metriken
- Stars
- (31.799 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 18T 3h) (62 gemergte PRs in 30 T)
Beschreibung
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")
}