Skip to content

Commit

Permalink
Add tests::mac to the list of skipped tags
Browse files Browse the repository at this point in the history
linux-system-roles/network#751 adds a test that
must be skipped upstream and will only be tested downstream
  • Loading branch information
spetrosi committed Jan 20, 2025
1 parent 2e59dea commit 6ab4ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/general/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ GITHUB_ORG="${GITHUB_ORG:-linux-system-roles}"
PYTHON_VERSION="${PYTHON_VERSION:-3.12}"
# SKIP_TAGS
# Ansible tags that must be skipped
SKIP_TAGS="--skip-tags tests::nvme,tests::infiniband"
SKIP_TAGS="--skip-tags tests::nvme,tests::infiniband,tests::mac"
# LSR_TFT_DEBUG
# Print output of ansible playbooks to terminal in addition to printing it to logfile
if [ "$(echo "$SYSTEM_ROLES_ONLY_TESTS" | wc -w)" -eq 1 ]; then
Expand Down

0 comments on commit 6ab4ed7

Please sign in to comment.