Skip to content

Commit

Permalink
Removing sanity check
Browse files Browse the repository at this point in the history
Signed-off-by: Shivam Durgbuns <[email protected]>
  • Loading branch information
shivamdurgbuns committed May 30, 2024
1 parent 6390191 commit 3241cda
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/cross_functional/ui/test_create_pool_block_pool.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__)

Expand Down Expand Up @@ -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)

0 comments on commit 3241cda

Please sign in to comment.