diff options
-rw-r--r-- | tests/functional/gluster_stability/test_gluster_block_stability.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/gluster_stability/test_gluster_block_stability.py b/tests/functional/gluster_stability/test_gluster_block_stability.py index c3424c7e..4a37697d 100644 --- a/tests/functional/gluster_stability/test_gluster_block_stability.py +++ b/tests/functional/gluster_stability/test_gluster_block_stability.py @@ -1017,7 +1017,7 @@ class TestGlusterBlockStability(GlusterBlockBaseClass): 'volume count is 9 ' % volume_count) self.assertEqual(9, volume_count, msg) - @pytest.mark.tier1 + @pytest.mark.tier2 def test_initiator_side_failures_create_100_app_pods_with_block_pv(self): # Skip test case if OCS version in lower than 3.11.4 |