since we added tests to check connectivity against pods with hostNetwork: true, there is the possibility that those pods fail to run because the port is being used in the host. Current test were using port 8080,8081 and 8082 that are commonly used in hosts for other applications. If the service is not ready after a certain time, and we are using Pods with hostNetwork: true we assume that there is a conflict and skip this test.