Skip to content

Commit

Permalink
FIx
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarocarvajald committed Aug 15, 2024
1 parent efac61d commit 87d8398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ha/ctdb.pm
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ use utils qw(systemctl file_content_replace zypper_call);

sub run {
# Exit of this module if we are in a maintenance update not related to samba
return 1 if (is_not_maintenance_update('samba') && is_not_maintenance_update('ctdb'));
return 1 if is_not_maintenance_update('samba');

my $cluster_name = get_cluster_name;
my $vip_ip = '10.0.2.20';
Expand Down

0 comments on commit 87d8398

Please sign in to comment.