mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 12:43:23 +00:00
Update test/e2e/network/netpol/network_policy_api.go
Co-authored-by: Adrian Moisey <adrian@changeover.za.net>
This commit is contained in:
parent
2f6f8d083e
commit
f8b080a4be
@ -221,7 +221,7 @@ var _ = common.SIGDescribe("Netpol API", func() {
|
|||||||
return false, err
|
return false, err
|
||||||
}
|
}
|
||||||
if len(nps.Items) > 0 {
|
if len(nps.Items) > 0 {
|
||||||
framework.Logf("still %d network policies present, retrying ...")
|
framework.Logf("still %d network policies present, retrying ...", len(nps.Items))
|
||||||
return false, nil
|
return false, nil
|
||||||
}
|
}
|
||||||
return true, nil
|
return true, nil
|
||||||
|
Loading…
Reference in New Issue
Block a user