Merge "Disable smoke test test_upload_too_many_objects" into mcp/ussuri
diff --git a/tempest/api/object_storage/test_container_quotas.py b/tempest/api/object_storage/test_container_quotas.py
index fcd9a7c..017bc23 100644
--- a/tempest/api/object_storage/test_container_quotas.py
+++ b/tempest/api/object_storage/test_container_quotas.py
@@ -85,7 +85,11 @@
@decorators.idempotent_id('3a387039-697a-44fc-a9c0-935de31f426b')
@utils.requires_ext(extension='container_quotas', service='object')
- @decorators.attr(type="smoke")
+ # NOTE(ohryhorov): test test_upload_too_many_objects has been removed
+ # from smoke due to https://mirantis.jira.com/browse/PRODX-11581 and
+ # have to be enabled again once the issue PRODX-11581 is fixed.
+ # upstream bug is https://tracker.ceph.com/issues/18747
+ # @decorators.attr(type="smoke")
def test_upload_too_many_objects(self):
"""Attempts to upload many objects that exceeds the count limit."""
for _ in range(QUOTA_COUNT):