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 a37c5c3 commit 53fee53Copy full SHA for 53fee53
test/testcases.py
@@ -100,9 +100,7 @@ def gen_testcases(what): # pylint: disable=too-many-return-statements
100
# a bit more stable
101
# TestCaseFedora(image="anaconda-iso", sign=True),
102
TestCaseC9S(image="anaconda-iso"),
103
- # 2025-06-23: disable because of:
104
- # https://github.com/osbuild/bootc-image-builder/issues/965
105
- # TestCaseC10S(image="anaconda-iso"),
+ TestCaseC10S(image="anaconda-iso"),
106
]
107
if what == "qemu-cross":
108
test_cases = []
0 commit comments