I'm unable to reproduce, this must be an environmental issue on CI. I ran on a 4.4 cluster the test 100 times: [ricky@ricky-laptop origin]$ for i in {1..100}; do _output/local/bin/linux/amd64/openshift-tests run-test "[sig-network] Networking Granular Checks: Services should function for endpoint-Service: udp [Suite:openshift/conformance/parallel] [Suite:k8s] [Skipped:Network/OVNKubernetes]" ; echo $? >> /tmp/test.out ; done [ricky@ricky-laptop origin]$ grep -c 0 /tmp/test.out 100 It succeeds 100%.
*** This bug has been marked as a duplicate of bug 1779469 ***