Merge pull request #13438 from olemarkus/skip-tester-log-dump

Skip upstream e2e log dump
This commit is contained in:
Kubernetes Prow Robot 2022-03-30 00:44:26 -07:00 committed by GitHub
commit d6cdcbf371
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -435,6 +435,8 @@ func (t *Tester) execute() error {
}
t.addNonBlockingTaintsFlag()
t.TestArgs += " --disable-log-dump"
return t.Test()
}