area/testinghelp wantedkind/cleanuplifecycle/frozenpriority/backlog
倉庫指標
- Star
- (31,799 star)
- PR 合併指標
- (平均合併 18天 3小時) (30 天內合併 62 個 PR)
描述
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")
}