Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions tmt/tests/booted/test-switch-to-unified.nu
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down