From d7f7f8f1f638c06ea5e02f0e092facfc079f50ff Mon Sep 17 00:00:00 2001 From: Martin Sehnoutka Date: Tue, 31 Aug 2021 15:14:07 +0200 Subject: [PATCH] Skip libvirt qcow2 uefi test --- test/cases/libvirt.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/cases/libvirt.sh b/test/cases/libvirt.sh index 7c6bd3ab..479bf5b3 100644 --- a/test/cases/libvirt.sh +++ b/test/cases/libvirt.sh @@ -15,5 +15,7 @@ source /etc/os-release # RHEL 8.4 and Centos Stream 8 images also supports uefi, check that if [[ "${ID}-${VERSION_ID}" == "rhel-8.4" || "${ID}-${VERSION_ID}" == "centos-8" ]]; then echo "🐄 Booting qcow2 image in UEFI mode on RHEL/Centos Stream" - /usr/libexec/osbuild-composer-test/libvirt_test.sh qcow2 uefi + echo "Skipping because it causes issues in CI which doesn't support KVM" + # See this BZ for additional context: https://bugzilla.redhat.com/show_bug.cgi?id=1975242 + #/usr/libexec/osbuild-composer-test/libvirt_test.sh qcow2 uefi fi -- 2.21.1 (Apple Git-122.3)