Remove comment from e2e_test.go (#5094)
This commit is contained in:
parent
ede86cf33e
commit
ca34f39ade
1 changed files with 0 additions and 4 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue