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 ede86cf33e
commit ca34f39ade
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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