Skip to content

Commit

Permalink
Skipping noobaa cache test on ocs 4.6 (#4294)
Browse files Browse the repository at this point in the history
Signed-off-by: Parikshith Byregowda <[email protected]>
  • Loading branch information
parikshithb authored May 19, 2021
1 parent d5135c4 commit cebe5f6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tests/manage/mcg/test_object_integrity.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
verify_s3_object_integrity,
retrieve_anon_s3_resource,
)
from ocs_ci.framework.pytest_customization.marks import skipif_openshift_dedicated
from ocs_ci.framework.pytest_customization.marks import (
skipif_openshift_dedicated,
skipif_ocs_version,
)

logger = logging.getLogger(__name__)

Expand Down Expand Up @@ -66,7 +69,7 @@ class TestObjectIntegrity(MCGTest):
]
},
},
marks=[tier1],
marks=[tier1, skipif_ocs_version("<4.7")],
),
],
ids=[
Expand Down

0 comments on commit cebe5f6

Please sign in to comment.