diff --git a/test/verify/check-kdump b/test/verify/check-kdump index 70cb9d3f0527..f84c5bad73f4 100755 --- a/test/verify/check-kdump +++ b/test/verify/check-kdump @@ -85,7 +85,7 @@ class TestKdump(KdumpHelpers): def assertActive(active): b.wait_visible(".pf-v5-c-switch__input" + (active and ":checked" or ":not(:checked)")) - if m.image in ["fedora-38", "fedora-testing"]: + if m.image in ["fedora-38"]: # crashkernel command line not set b.wait_visible(".pf-v5-c-switch__input:disabled") # right now we have no memory reserved