area/testinghelp wantedkind/cleanuplifecycle/frozenpriority/backlog
Repository metrics
- Stars
- (31,799 stars)
- PR merge metrics
- (平均マージ 18d 3h) (30d で 62 merged PRs)
説明
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")
}