From 431dd446ee140fab336b23de30a3e0b0bbc8dd6d Mon Sep 17 00:00:00 2001 From: Radek Vykydal Date: Mon, 6 Nov 2023 10:53:48 +0100 Subject: [PATCH] Disable rpm-ostree temporarily on daily-iso (gh#1023) Disable rpm-ostree on daily-iso until gh1023 is fixed. --- containers/runner/skip-testtypes | 1 + rpm-ostree.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/containers/runner/skip-testtypes b/containers/runner/skip-testtypes index 5c26fc86..e2cd98bb 100644 --- a/containers/runner/skip-testtypes +++ b/containers/runner/skip-testtypes @@ -35,6 +35,7 @@ daily_iso_skip_array=( rhbz1853668 # multipath device not constructed back after installation gh969 # raid-ddf failing gh975 # packages-default failing + gh1023 # rpm-ostree failing ) rhel8_skip_array=( diff --git a/rpm-ostree.sh b/rpm-ostree.sh index ee14601a..068d19e0 100755 --- a/rpm-ostree.sh +++ b/rpm-ostree.sh @@ -19,7 +19,7 @@ # Ignore unused variable parsed out by tooling scripts as test tags metadata # shellcheck disable=SC2034 -TESTTYPE="payload ostree skip-on-rhel" +TESTTYPE="payload ostree skip-on-rhel gh1023" . ${KSTESTDIR}/functions.sh