Disable smoke test test_upload_too_many_objects

The patch disabled smoke test test_upload_too_many_objects while below
parameters are not configured properly for Ceph object storage:
   rgw_bucket_quota_ttl
   rgw_user_quota_bucket_sync_interval
   rgw_user_quota_sync_interval

Related upstream info https://tracker.ceph.com/issues/18747

Related-PRODX: PRODX-11581
Change-Id: Ia5ed4140895eabc135266875074ffda593570704
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):