Skip to content

Commit

Permalink
Merge pull request os-autoinst#20475 from mloviska/salt_staging_skip
Browse files Browse the repository at this point in the history
Skip salt test in staging
  • Loading branch information
mloviska authored Oct 24, 2024
2 parents 493a3d8 + 88127ff commit 629abdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main_micro_alp.pm
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ sub load_common_tests {
# Staging has no access to repos and the MicroOS-DVD does not contain ansible
# Ansible test needs Packagehub in SLE and it can't be enabled in SLEM
loadtest 'console/ansible' unless (is_staging || is_sle_micro || is_leap_micro);
loadtest 'console/salt' unless is_sle_micro;
loadtest 'console/salt' unless (is_staging || is_sle_micro);
# On s390x zvm setups we need more time to wait for system to boot up.
# Skip this test with sd-boot. The reason is not what you'd think though:
# With sd-boot, host_config does not perform a reboot and a snapshot is made while the serial terminal
Expand Down

0 comments on commit 629abdd

Please sign in to comment.