Skip to content

Commit

Permalink
Remove acceptance marker from namespace bucket test cases (#3806)
Browse files Browse the repository at this point in the history
Signed-off-by: Elad Ben Aharon <[email protected]>
  • Loading branch information
ebenahar authored Feb 8, 2021
1 parent f4384f5 commit 1f3d621
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/manage/mcg/test_namespace.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
tier3,
tier4,
tier4a,
acceptance,
)
from ocs_ci.ocs.bucket_utils import sync_object_directory, verify_s3_object_integrity
from ocs_ci.framework.pytest_customization.marks import skipif_aws_creds_are_missing
Expand Down Expand Up @@ -43,7 +42,6 @@ def test_namespace_resource_creation(self, ns_resource_factory):
ns_resource_factory()

@tier1
@acceptance
@pytest.mark.parametrize(
argnames=["platform"],
argvalues=[
Expand Down

0 comments on commit 1f3d621

Please sign in to comment.