Skip to content

Commit b485311

Browse files
committed
Revert "test: disable centos9 iso test for now because kernel panic"
This reverts commit 3f3b315.
1 parent 63a91ef commit b485311

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/testcases.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,7 @@ def gen_testcases(what): # pylint: disable=too-many-return-statements
9797
if what == "anaconda-iso":
9898
return [
9999
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"),
100+
TestCaseC9S(image="anaconda-iso"),
102101
TestCaseC10S(image="anaconda-iso"),
103102
]
104103
if what == "qemu-cross":

0 commit comments

Comments
 (0)