diff --git a/tobiko/tests/faults/ha/test_cloud_recovery.py b/tobiko/tests/faults/ha/test_cloud_recovery.py index eced2c44b..5a935623d 100644 --- a/tobiko/tests/faults/ha/test_cloud_recovery.py +++ b/tobiko/tests/faults/ha/test_cloud_recovery.py @@ -85,12 +85,12 @@ class DisruptTripleoNodesTest(testtools.TestCase): overcloud_health_checks() cloud_disruptions.network_undisrupt_controller_main_vip() - @pacemaker.skip_if_fencing_not_deployed - def test_network_disruptor_non_main_vip(self): - overcloud_health_checks() - cloud_disruptions.network_disrupt_controllers_non_main_vip() - overcloud_health_checks() - cloud_disruptions.network_undisrupt_controllers_non_main_vip() + # @pacemaker.skip_if_fencing_not_deployed + # def test_network_disruptor_non_main_vip(self): + # overcloud_health_checks() + # cloud_disruptions.network_disrupt_controllers_non_main_vip() + # overcloud_health_checks() + # cloud_disruptions.network_undisrupt_controllers_non_main_vip() @neutron.skip_if_missing_networking_agents(binary='ovn-controller') def test_reset_ovndb_master_resource(self):