diff --git a/tests/functional/z_cluster/cluster_expansion/test_resize_osd.py b/tests/functional/z_cluster/cluster_expansion/test_resize_osd.py index c7f9ae95cf2..33fb58032df 100644 --- a/tests/functional/z_cluster/cluster_expansion/test_resize_osd.py +++ b/tests/functional/z_cluster/cluster_expansion/test_resize_osd.py @@ -22,7 +22,6 @@ tier4b, tier4c, tier4a, - tier4, ) from ocs_ci.ocs.constants import VOLUME_MODE_BLOCK, OSD, ROOK_OPERATOR, MON_DAEMON from ocs_ci.helpers.osd_resize import ( @@ -301,7 +300,9 @@ def test_resize_osd_for_large_diff(self, size_to_increase): self.verification_steps_post_resize_osd() @tier1 - @tier4 + @tier4a + @tier4b + @tier4c @black_squad @pytest.mark.last @polarion_id("OCS-5800")