Skip to content

Commit

Permalink
beaker: skip openmandriva tests for Red Hat Copr
Browse files Browse the repository at this point in the history
  • Loading branch information
praiskup committed Dec 1, 2023
1 parent cdb0464 commit 94f00da
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions beaker-tests/Sanity/copr-cli-basic-operations/all-in-tmux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ for arg; do
*all-in-tmux*|*runtest-production.sh|*upload_authentication.sh)
continue
;;
*openmandriva*)
case $FRONTEND_URL in
*redhat*)
continue ;;
esac
;;
esac

quoted=$(printf %q "$arg")
Expand Down

0 comments on commit 94f00da

Please sign in to comment.