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 99dade5 commit a8ef8eeCopy full SHA for a8ef8ee
test/testcases.py
@@ -99,8 +99,7 @@ def gen_testcases(what): # pylint: disable=too-many-return-statements
99
# 2024-12-19: disabled for now until the mirror situation becomes
100
# a bit more stable
101
# TestCaseFedora(image="anaconda-iso", sign=True),
102
- # 2025-08-21: disabled because of https://issues.redhat.com/browse/RHEL-109635
103
- # TestCaseC9S(image="anaconda-iso"),
+ TestCaseC9S(image="anaconda-iso"),
104
TestCaseC10S(image="anaconda-iso"),
105
]
106
if what == "qemu-cross":
0 commit comments