kubernetes/minikube

Fix Tunnel AccessDirect test on windows

オープン

#8,304 opened on 2020/05/28

 (2 件のコメント) (0 件のリアクション) (0 人の担当者)Go (5,222 件のフォーク)batch import
area/testinghelp wantedkind/cleanuplifecycle/frozenpriority/backlog

Repository metrics

Stars
 (31,799 個のスター)
PR merge metrics
 (平均マージ 12d 19h) (30d で 43 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")
	}

コントリビューターガイド