We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed78740 commit e37bb83Copy full SHA for e37bb83
test/testcases.py
@@ -98,7 +98,9 @@ def gen_testcases(what): # pylint: disable=too-many-return-statements
98
# a bit more stable
99
# TestCaseFedora(image="anaconda-iso", sign=True),
100
TestCaseC9S(image="anaconda-iso"),
101
- TestCaseC10S(image="anaconda-iso"),
+ # 2025-06-23: disable because of:
102
+ # https://github.com/osbuild/bootc-image-builder/issues/965
103
+ # TestCaseC10S(image="anaconda-iso"),
104
]
105
if what == "qemu-cross":
106
test_cases = []
0 commit comments