From 94f00da2241609959d22f5244d545664a67fedff Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Thu, 30 Nov 2023 13:45:15 +0100 Subject: [PATCH] beaker: skip openmandriva tests for Red Hat Copr --- .../Sanity/copr-cli-basic-operations/all-in-tmux.sh | 6 ++++++ 1 file changed, 6 insertions(+) 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")