Skip to content

Commit a8ef8ee

Browse files
committed
Revert "test: disable centos9 iso test for now because kernel panic"
This reverts commit 3f3b315.
1 parent 99dade5 commit a8ef8ee

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
@@ -99,8 +99,7 @@ def gen_testcases(what): # pylint: disable=too-many-return-statements
9999
# 2024-12-19: disabled for now until the mirror situation becomes
100100
# a bit more stable
101101
# 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"),
102+
TestCaseC9S(image="anaconda-iso"),
104103
TestCaseC10S(image="anaconda-iso"),
105104
]
106105
if what == "qemu-cross":

0 commit comments

Comments
 (0)