Skip to content

Commit

Permalink
Unschedule yast2_lan_restart_devices when Network Manager
Browse files Browse the repository at this point in the history
  • Loading branch information
jknphy committed Sep 17, 2018
1 parent 1a13d56 commit af6499c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main_common.pm
Expand Up @@ -1438,7 +1438,7 @@ sub load_extra_tests_desktop {
# well
if (check_var('DESKTOP', 'gnome')) {
loadtest 'x11/yast2_lan_restart';
loadtest 'x11/yast2_lan_restart_devices';
loadtest 'x11/yast2_lan_restart_devices' unless is_leap('<=15.0');
# we only have the test dependencies, e.g. hostapd available in
# openSUSE
if (check_var('DISTRI', 'opensuse')) {
Expand Down

0 comments on commit af6499c

Please sign in to comment.