Skip to content

Commit

Permalink
test: fedora-testing image is no more
Browse files Browse the repository at this point in the history
This was replaced with a custom `TEST_SCENARIO`.
  • Loading branch information
jelly authored and martinpitt committed Oct 13, 2023
1 parent 5b27a1b commit 352c4c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/verify/check-kdump
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 352c4c9

Please sign in to comment.