diff --git a/beaker-tests/Sanity/copr-cli-basic-operations/all-in-tmux.sh b/beaker-tests/Sanity/copr-cli-basic-operations/all-in-tmux.sh index 88ae24444..ea0a2f9cf 100755 --- a/beaker-tests/Sanity/copr-cli-basic-operations/all-in-tmux.sh +++ b/beaker-tests/Sanity/copr-cli-basic-operations/all-in-tmux.sh @@ -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")