Skip test_921_remove_and_add_unit

Due to test stability issues we need to skip it and work on it after
release.
This commit is contained in:
Dmitrii Shcherbakov
2020-05-20 00:35:30 +03:00
parent bdd0bca953
commit 51bce56f9e
@@ -18,6 +18,7 @@ import json
import logging
import time
import uuid
import unittest
import juju
import tenacity
@@ -354,6 +355,10 @@ class RmqTests(test_utils.OpenStackBaseTest):
def _retry_check_unit_cluster_nodes(self, u, unit_node_names):
return rmq_utils.check_unit_cluster_nodes(u, unit_node_names)
@unittest.skip(
"Skipping as a significant rework is required, see"
"https://github.com/openstack-charmers/zaza-openstack-tests/issues/290"
)
def test_921_remove_and_add_unit(self):
"""Test if unit cleans up when removed from Rmq cluster.