Remove comment from e2e_test.go (#5094)

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-02-17 06:55:38 -03:00 committed by GitHub
parent fba8de3a78
commit a9f5b4628b

View file

@ -25,10 +25,6 @@ import (
func init() {
testing.Init()
framework.RegisterParseFlags()
// if "" == framework.TestContext.KubeConfig {
// klog.Fatalf("environment variable %v must be set", clientcmd.RecommendedConfigPathEnvVar)
// }
}
func TestE2E(t *testing.T) {
RunE2ETests(t)