Skip to content

Commit fd21429

Browse files
committed
Decrease verbosity to 5 to avoid verbosity 8 REST request/response spew
1 parent f293474 commit fd21429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/k8s-integration/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ func runTestsWithConfig(k8sBinDir, gceZone, testFocus, testConfigArg string) err
335335
"-skip=\\[Disruptive\\]|\\[Serial\\]|\\[Feature:.+\\]",
336336
"e2e.test",
337337
"--",
338-
"-v=10",
338+
"-v=5",
339339
reportArg,
340340
"-provider=gce",
341341
"-node-os-distro=cos",

0 commit comments

Comments
 (0)