Skip to content

Commit

Permalink
tests: drop (unsigned) fedora ISO testcase
Browse files Browse the repository at this point in the history
This commit drops the "unsigned" fedora ISO genartion testcases.
We also test unsigned ISO generation via centos-9 and we test the
fedora ISO generation via the "signed" fedora ISO test so running
this specific test gives us little and it is also one of the most
"expensive" tests we run (around 10min).
  • Loading branch information
mvo5 committed Nov 12, 2024
1 parent bd71da0 commit 1339031
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/testcases.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ def gen_testcases(what): # pylint: disable=too-many-return-statements
return [
TestCaseFedora(image="anaconda-iso", sign=True),
TestCaseCentos(image="anaconda-iso"),
TestCaseFedora(image="anaconda-iso"),
]
if what == "qemu-boot":
test_cases = [
Expand Down

0 comments on commit 1339031

Please sign in to comment.