area/testinghelp wantedkind/cleanuplifecycle/frozenpriority/backlog
Métriques du dépôt
- Stars
- (31 799 stars)
- Métriques de merge PR
- (Merge moyen 18j 3h) (62 PRs mergées en 30 j)
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")
}