diff --git a/tests/ha/ctdb.pm b/tests/ha/ctdb.pm index ce2835d74e3f..495c2fc1f30d 100644 --- a/tests/ha/ctdb.pm +++ b/tests/ha/ctdb.pm @@ -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';