Skip to content

Commit

Permalink
Merge pull request #20382 from Chubykalo/verify_setup_fix
Browse files Browse the repository at this point in the history
Temporarily disable verify_setup for ignition test as initial configuration.
  • Loading branch information
mloviska authored Oct 11, 2024
2 parents 633f61d + d44fc64 commit 1375b72
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/main_micro_alp.pm
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,9 @@ sub load_tests {
} elsif (check_var('EXTRA', 'networking')) {
load_network_tests;
} elsif (check_var('EXTRA', 'provisioning')) {
loadtest 'microos/verify_setup';
# verify_setup is not working correctly in microos with ignition
# for the initial configuration. Disabled temporarily to investigate!
loadtest 'microos/verify_setup' unless check_var('FIRST_BOOT_CONFIG', 'ignition') && is_microos;
load_transactional_tests;
} elsif (check_var('EXTRA', 'virtualization')) {
load_qemu_tests;
Expand Down

0 comments on commit 1375b72

Please sign in to comment.