skip the quota enforcement test for swift

this test is racing because by the time the large object upload
happens the quota update might not yet have propogated in swift.
As it's unclear if this is a swift bug or tempest assuming too
much, skipping is best for now.

Change-Id: I0c0a5fc5a23125a9c51e220ae5a1218c6e9ca075
Related-Bug: #1310597
diff --git a/tempest/api/object_storage/test_account_quotas_negative.py b/tempest/api/object_storage/test_account_quotas_negative.py
index 29afebc..5a79529 100644
--- a/tempest/api/object_storage/test_account_quotas_negative.py
+++ b/tempest/api/object_storage/test_account_quotas_negative.py
@@ -122,6 +122,7 @@
                           {"Quota-Bytes": "100"})
 
     @test.attr(type=["negative", "smoke"])
+    @test.skip_because(bug="1310597")
     @test.requires_ext(extension='account_quotas', service='object')
     def test_upload_large_object(self):
         object_name = data_utils.rand_name(name="TestObject")