diff --git a/tests/cross_functional/ui/test_create_pool_block_pool.py b/tests/cross_functional/ui/test_create_pool_block_pool.py index 046241f00750..c3ece2106ed6 100644 --- a/tests/cross_functional/ui/test_create_pool_block_pool.py +++ b/tests/cross_functional/ui/test_create_pool_block_pool.py @@ -20,7 +20,6 @@ check_pool_compression_replica_ceph_level, ) from ocs_ci.ocs.ui.block_pool import BlockPoolUI -from ocs_ci.utility.utils import ceph_health_check logger = logging.getLogger(__name__) @@ -140,6 +139,3 @@ def test_create_delete_pool( raise PoolNotReplicatedAsNeeded( f"Pool {self.pool_name} not replicated to size {replica}" ) - - # checking ceph health - assert ceph_health_check(namespace=self.namespace, tries=60, delay=10)