From c5773a8066b76608e404098bbbcc8aaf6e478f22 Mon Sep 17 00:00:00 2001 From: Jakub Kadlcik Date: Sun, 4 Feb 2024 12:03:14 +0100 Subject: [PATCH] beaker-tests-sanity: stop testing openmandriva i686 chroots See https://github.com/rpm-software-management/mock/issues/1012 --- .../Sanity/copr-cli-basic-operations/runtest-openmandriva.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/beaker-tests/Sanity/copr-cli-basic-operations/runtest-openmandriva.sh b/beaker-tests/Sanity/copr-cli-basic-operations/runtest-openmandriva.sh index 6bb0df20e..07da5df05 100755 --- a/beaker-tests/Sanity/copr-cli-basic-operations/runtest-openmandriva.sh +++ b/beaker-tests/Sanity/copr-cli-basic-operations/runtest-openmandriva.sh @@ -11,10 +11,8 @@ source "$HERE/helpers" PACKAGE="https://raw.githubusercontent.com/fedora-copr/test-data-copr-backend/main/to_prune/00999998-dummy-pkg/dummy-pkg-2-1.fc34.src.rpm" CHROOTS=" --chroot openmandriva-cooker-aarch64" -CHROOTS+=" --chroot openmandriva-cooker-i686" CHROOTS+=" --chroot openmandriva-cooker-x86_64" CHROOTS+=" --chroot openmandriva-rolling-aarch64" -CHROOTS+=" --chroot openmandriva-rolling-i686" CHROOTS+=" --chroot openmandriva-rolling-x86_64"