Update nginx (#4150)
* Update nginx image * Fix IPV6 test issues in Prow
This commit is contained in:
parent
d08b8844a1
commit
14a394fc9e
7 changed files with 19 additions and 6 deletions
|
|
@ -61,7 +61,8 @@ func TestStore(t *testing.T) {
|
|||
t.Fatalf("error: %v", err)
|
||||
}
|
||||
|
||||
defer te.Stop()
|
||||
// TODO: this defer is called after any error (even the expected ones)
|
||||
// defer te.Stop()
|
||||
|
||||
clientSet, err := kubernetes.NewForConfig(cfg)
|
||||
if err != nil {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue