Skip to content

Commit 3323295

Browse files
authored
Merge pull request #346 from davidz627/fix/verb
Decrease verbosity to 7 to avoid verbosity 8 REST request/response spew
2 parents d3e2ff0 + fd21429 commit 3323295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/k8s-integration/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ func runTestsWithConfig(k8sBinDir, gceZone, testFocus, testConfigArg string) err
340340
"-skip=\\[Disruptive\\]|\\[Serial\\]|\\[Feature:.+\\]",
341341
"e2e.test",
342342
"--",
343-
"-v=10",
343+
"-v=5",
344344
reportArg,
345345
"-provider=gce",
346346
"-node-os-distro=cos",

0 commit comments

Comments
 (0)