From 1339031d89d22c0b28d9258b44da47b08d216832 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Tue, 12 Nov 2024 08:35:29 +0100 Subject: [PATCH] tests: drop (unsigned) fedora ISO testcase 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). --- test/testcases.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/testcases.py b/test/testcases.py index 80b2b9ee2..3adfa7683 100644 --- a/test/testcases.py +++ b/test/testcases.py @@ -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 = [