Skip to content

Commit

Permalink
Don't run livecd_network_settings on TW anymore (#8968)
Browse files Browse the repository at this point in the history
Latest YaST skips this module by default now.
  • Loading branch information
Vogtinator committed Nov 21, 2019
1 parent 25b245c commit d5e5720
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/main_common.pm
Expand Up @@ -874,8 +874,8 @@ sub load_inst_tests {
loadtest 'installation/releasenotes_origin' if get_var('CHECK_RELEASENOTES_ORIGIN');
}
if (noupdatestep_is_applicable()) {
# Krypton/Argon disable the network configuration stage
if (get_var("LIVECD") && !is_krypton_argon) {
# On TW Lives and Argon there is no network configuration stage
if (get_var("LIVECD") && is_leap && !is_krypton_argon) {
loadtest "installation/livecd_network_settings";
}
# See https://github.com/yast/yast-packager/pull/385
Expand Down

0 comments on commit d5e5720

Please sign in to comment.