From 6e3c6db75f1d5cfd0ec367cb1fce4742a862cbd7 Mon Sep 17 00:00:00 2001 From: John Eckersberg Date: Thu, 19 Feb 2026 14:29:39 -0500 Subject: [PATCH] tmt: Temporarily disable unified storage test There's something weird going on with selinux labeling, see discussion at: https://github.com/bootc-dev/bootc/pull/1986 Disable the test for now while we troubleshoot, because it's blocking other stuff that needs to merge. Signed-off-by: John Eckersberg --- tmt/tests/booted/test-switch-to-unified.nu | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tmt/tests/booted/test-switch-to-unified.nu b/tmt/tests/booted/test-switch-to-unified.nu index 7ce093180..30922993f 100644 --- a/tmt/tests/booted/test-switch-to-unified.nu +++ b/tmt/tests/booted/test-switch-to-unified.nu @@ -17,6 +17,10 @@ let st = bootc status --json | from json let booted = $st.status.booted.image def main [] { + # TODO: This test is temporarily disabled, see https://github.com/bootc-dev/bootc/pull/1986 + print "Test disabled, returning early with success." + return + match $env.TMT_REBOOT_COUNT? { null | "0" => first_boot, "1" => second_boot,