Skip to content

Commit

Permalink
CI: skip l2 service status tests
Browse files Browse the repository at this point in the history
The feature is hidden behind a feature flag, so those tests must be
skipped.

Signed-off-by: Federico Paolinelli <[email protected]>
  • Loading branch information
fedepaol committed Mar 8, 2024
1 parent 73d31b5 commit 8060ff6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ jobs:
run: |
cd ${GITHUB_WORKSPACE}/metallb
inv remove-lb-exclusion-from-nodes
sudo -E env "PATH=$PATH" inv e2etest -b frr --skip "IPV6|DUALSTACK|FRRK8S-MODE" -e /tmp/kind_logs
sudo -E env "PATH=$PATH" inv e2etest -b frr --skip "IPV6|DUALSTACK|FRRK8S-MODE|L2ServiceStatus" -e /tmp/kind_logs
- name: Collect Logs
if: ${{ failure() }}
Expand Down Expand Up @@ -431,7 +431,7 @@ jobs:
run: |
cd ${GITHUB_WORKSPACE}/metallb
inv remove-lb-exclusion-from-nodes
sudo -E env "PATH=$PATH" inv e2etest -b frr-k8s --skip "IPV6|DUALSTACK|FRR-MODE" -e /tmp/kind_logs
sudo -E env "PATH=$PATH" inv e2etest -b frr-k8s --skip "IPV6|DUALSTACK|FRR-MODE|L2ServiceStatus" -e /tmp/kind_logs
- name: Collect Logs
if: ${{ failure() }}
Expand Down

0 comments on commit 8060ff6

Please sign in to comment.