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: 1 addition & 3 deletions test/testcases.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,7 @@ def gen_testcases(what): # pylint: disable=too-many-return-statements
TestCaseFedora(image="qcow2"),
# test with custom disk configs
TestCaseC9S(image="qcow2", disk_config="swap"),
# mvo: disabled 2025-05-21 because:
# "ERROR Installing to filesystem: Creating ostree deployment: invalid reference format"
# TestCaseFedora43(image="raw", disk_config="btrfs"),
TestCaseFedora43(image="raw", disk_config="btrfs"),
TestCaseC9S(image="raw", disk_config="lvm"),
]
if what == "all":
Expand Down
Loading