From 1db0e7465a64b5087af6e91a13f324051fb39e0e Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Sun, 15 Oct 2023 09:10:01 -0700 Subject: [PATCH] Drop kmag test on F40+ kmag was removed in https://pagure.io/fedora-comps/c/bb332b310b22a1103347afece6f845087694d85e?branch=main we can't drop the test entirely yet as it's still in F39. Will drop this after F39 is released. Signed-off-by: Adam Williamson --- tests/apps_startstop/kde/kmag.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/apps_startstop/kde/kmag.pm b/tests/apps_startstop/kde/kmag.pm index d9870a0b..ebd1935f 100644 --- a/tests/apps_startstop/kde/kmag.pm +++ b/tests/apps_startstop/kde/kmag.pm @@ -7,6 +7,9 @@ use utils; sub run { my $self = shift; + # FIXME after F39 is stable, drop this test entirely + my $relnum = get_release_number; + return unless ($relnum < 40); # Start the application menu_launch_type 'kmag';