Skip to content
Merged
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
4 changes: 4 additions & 0 deletions openshift-ci/run_frrk8s_e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ SKIP="$SKIP\|should.*remove.*and.*restore.*FRRNodeState.*when.*daemonset.*nodeSe
SKIP="$SKIP\|BGPSessionState.*Manages.*statuses.*according.*to.*changes"
# Skip until CNO and u/s labels are aligned for the status cleaner.
SKIP="$SKIP\|Logging.*for.*status.*cleaner"
# Skip until the infra supports EVPN
SKIP="$SKIP\|EVPN.*"
# Skip until infra supports ebgp containers
SKIP="$SKIP\|AllowAsIn.*"

FRRK8S_NAMESPACE="openshift-frr-k8s"

Expand Down