diff --git a/openshift-ci/run_frrk8s_e2e.sh b/openshift-ci/run_frrk8s_e2e.sh index f8aacd34557..7f8076fef1c 100755 --- a/openshift-ci/run_frrk8s_e2e.sh +++ b/openshift-ci/run_frrk8s_e2e.sh @@ -10,7 +10,8 @@ KUBECONFIG=$(readlink -f ../../ocp/ostest/auth/kubeconfig) pushd $FRRK8S_DIR SKIP="Leaked.*advertising\|receive.*ips.*from.*some\|VRF.*Advertise.*a.*subset.*of.*ips" -SKIP="$SKIP\|should.*block.*always.*block.*cidr" +SKIP="$SKIP\|should.*block.*always.*block.*cidr\|.*EnableGracefulRestart.*" +SKIP="$SKIP\|.*with graceful restart.*" if [[ "$BGP_TYPE" == "frr-k8s" ]]; then SKIP="$SKIP\|metrics" # because when running as a metallb pod the metrics are overridden.