kubernetes/minikube

Fix Tunnel AccessDirect test on windows

开放

#8,304 创建于 2020年5月28日

 (2 条评论) (0 个反应) (0 位负责人)Go (5,222 个派生)batch import
area/testinghelp wantedkind/cleanuplifecycle/frozenpriority/backlog

仓库指标

星标
 (31,799 个星标)
PR 合并指标
 (平均合并 12天 19小时) (30 天内合并 43 个 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")
	}

贡献者指南