Increase e2e concurrency

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-03-27 21:13:28 -03:00
parent 3eafaa35a1
commit 630278f730
2 changed files with 6 additions and 2 deletions

View file

@ -43,7 +43,11 @@ func TestDefaults(t *testing.T) {
oldArgs := os.Args
defer func() { os.Args = oldArgs }()
os.Args = []string{"cmd", "--default-backend-service", "namespace/test", "--http-port", "0", "--https-port", "0"}
os.Args = []string{"cmd",
"--default-backend-service", "namespace/test",
"--http-port", "0",
"--https-port", "0",
}
showVersion, conf, err := parseFlags()
if err != nil {