Increase e2e concurrency
This commit is contained in:
parent
3eafaa35a1
commit
630278f730
2 changed files with 6 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue