Skip to content

Commit

Permalink
Disabling test_auto_reclaim_space_multi_clones test (red-hat-storage#…
Browse files Browse the repository at this point in the history
…10170)

Disabling test_auto_reclaim_space_multi_clones test (red-hat-storage#10170)

Signed-off-by: pintojoy <[email protected]>
  • Loading branch information
pintojoy authored and Amrita Mahapatra committed Jul 25, 2024
1 parent 28fe7a9 commit 49637dc
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
from uuid import uuid4

from ocs_ci.framework.pytest_customization.marks import grey_squad
from ocs_ci.framework.testlib import (
skipif_ocs_version,
performance,
)
from ocs_ci.framework.testlib import skipif_ocs_version
from ocs_ci.ocs.perftests import PASTest
from ocs_ci.helpers.performance_lib import run_oc_command
from ocs_ci.helpers import helpers, performance_lib
Expand All @@ -18,8 +15,11 @@
ERRMSG = "Error in command"


# @performance
# Test case is disabled
# Creating reclaim space cron job for namespace with prefix openshift-* has been deprecated since 4.16
# This will be implemented at storageclass level rather than at the namespace level in 4.17
@grey_squad
@performance
@skipif_ocs_version("<4.14")
class TestReclaimSpaceCronJobMultiClones(PASTest):
"""
Expand Down

0 comments on commit 49637dc

Please sign in to comment.