From 1de9c99a22f7ef537bb13cdc379f0dd89b7ad5df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joaqu=C3=ADn=20Rivera?= Date: Tue, 18 Sep 2018 07:52:50 +0200 Subject: [PATCH] Unschedule yast2_lan_restart_devices when Network Manager-2nd try --- lib/main_common.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/main_common.pm b/lib/main_common.pm index 532976f8df93..1f6256bbf520 100644 --- a/lib/main_common.pm +++ b/lib/main_common.pm @@ -1443,7 +1443,7 @@ sub load_extra_tests_desktop { # well if (check_var('DESKTOP', 'gnome')) { loadtest 'x11/yast2_lan_restart'; - loadtest 'x11/yast2_lan_restart_devices' unless is_leap('<=15.0'); + loadtest 'x11/yast2_lan_restart_devices' if (!is_opensuse || is_leap('<=15.0')); # we only have the test dependencies, e.g. hostapd available in # openSUSE if (check_var('DISTRI', 'opensuse')) {