Skip to content

Commit 53fee53

Browse files
committed
Revert "test: disable anaconda-iso C10S test for now"
This reverts commit e37bb83.
1 parent a37c5c3 commit 53fee53

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/testcases.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,7 @@ def gen_testcases(what): # pylint: disable=too-many-return-statements
100100
# a bit more stable
101101
# TestCaseFedora(image="anaconda-iso", sign=True),
102102
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"),
103+
TestCaseC10S(image="anaconda-iso"),
106104
]
107105
if what == "qemu-cross":
108106
test_cases = []

0 commit comments

Comments
 (0)