Skip to content

Commit

Permalink
adding a review fix
Browse files Browse the repository at this point in the history
Signed-off-by: Yulia Persky <[email protected]>
  • Loading branch information
ypersky1980 committed Jan 28, 2025
1 parent 3d4c3ef commit b898941
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tests/functional/object/mcg/test_write_to_bucket.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
bugzilla,
skipif_ocs_version,
on_prem_platform_required,
jira,
)
from ocs_ci.ocs.constants import AWSCLI_TEST_OBJ_DIR
from uuid import uuid4
Expand Down Expand Up @@ -133,7 +134,11 @@ class TestBucketIO(MCGTest):
},
},
],
marks=[tier1, on_prem_platform_required],
marks=[
tier1,
on_prem_platform_required,
jira("DFBUGS-1035", run=False),
],
),
],
ids=[
Expand Down

0 comments on commit b898941

Please sign in to comment.