mirror of https://github.com/kubernetes/kops.git
Merge pull request #13438 from olemarkus/skip-tester-log-dump
Skip upstream e2e log dump
This commit is contained in:
commit
d6cdcbf371
|
|
@ -435,6 +435,8 @@ func (t *Tester) execute() error {
|
|||
}
|
||||
t.addNonBlockingTaintsFlag()
|
||||
|
||||
t.TestArgs += " --disable-log-dump"
|
||||
|
||||
return t.Test()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue