mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-13 22:40:48 +00:00
The tests were asserting that after a NodePort Service was removed, no new traffic was still reaching the endpoints. However, the number of tries was so large that another test running in parallel could create a working Service on that NodePort, making the test fails. Use only 10 tries to confirm that the Service stopped working.