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 63a91ef commit b485311Copy full SHA for b485311
test/testcases.py
@@ -97,8 +97,7 @@ def gen_testcases(what): # pylint: disable=too-many-return-statements
97
if what == "anaconda-iso":
98
return [
99
TestCaseFedora(image="anaconda-iso", sign=True),
100
- # 2025-08-21: disabled because of https://issues.redhat.com/browse/RHEL-109635
101
- # TestCaseC9S(image="anaconda-iso"),
+ TestCaseC9S(image="anaconda-iso"),
102
TestCaseC10S(image="anaconda-iso"),
103
]
104
if what == "qemu-cross":
0 commit comments