mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +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:
		@@ -291,7 +291,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 ...", len(nps.Items) )
 | 
									framework.Logf("still %d network policies present, retrying ...", len(nps.Items))
 | 
				
			||||||
				return false, nil
 | 
									return false, nil
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
			return true, nil
 | 
								return true, nil
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user