Skip to content

Commit e37bb83

Browse files
committed
test: disable anaconda-iso C10S test for now
We need to disable the C10S test for now, there is bug in the C10S kernel that prevents the iso to mount its squashfs. See also: - #965 - https://issues.redhat.com/browse/RHEL-97547 - https://issues.redhat.com/browse/RHEL-97487
1 parent ed78740 commit e37bb83

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/testcases.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,9 @@ def gen_testcases(what): # pylint: disable=too-many-return-statements
9898
# a bit more stable
9999
# TestCaseFedora(image="anaconda-iso", sign=True),
100100
TestCaseC9S(image="anaconda-iso"),
101-
TestCaseC10S(image="anaconda-iso"),
101+
# 2025-06-23: disable because of:
102+
# https://github.com/osbuild/bootc-image-builder/issues/965
103+
# TestCaseC10S(image="anaconda-iso"),
102104
]
103105
if what == "qemu-cross":
104106
test_cases = []

0 commit comments

Comments
 (0)