Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion openshift-ci/run_frrk8s_e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down