commit | cdcdf2ba5bff00f46d0f74bf553b321bedd227b3 | [log] [tgz] |
---|---|---|
author | Ghanshyam Mann <gmann@ghanshyammann.com> | Tue Nov 24 14:39:11 2020 -0600 |
committer | Ghanshyam <gmann@ghanshyammann.com> | Wed Nov 25 04:16:45 2020 +0000 |
tree | 69dafc7379fd4386f704ed208925cc15ebb19aeb | |
parent | 9ca8827ff52bf1a94a860ac5503702ad059ca18d [diff] |
Skip test_create_object_with_transfer_encoding test_create_object_with_transfer_encoding is failing consistently since 20th Nov and blocking Cinder and Swift gate. - https://zuul.openstack.org/builds?job_name=tempest-integrated-storage Let's skip this test until we find the fix. Related-Bug: #1905432 Change-Id: I63c500920875c08ce7aba788742a04b9b3653daf
diff --git a/tempest/api/object_storage/test_object_services.py b/tempest/api/object_storage/test_object_services.py index be13ed7..fc9b1a2 100644 --- a/tempest/api/object_storage/test_object_services.py +++ b/tempest/api/object_storage/test_object_services.py
@@ -182,6 +182,7 @@ self.assertEqual(data, body) @decorators.idempotent_id('4f84422a-e2f2-4403-b601-726a4220b54e') + @decorators.skip_because(bug='1905432') def test_create_object_with_transfer_encoding(self): """Test creating object with transfer_encoding""" object_name = data_utils.rand_name(name='TestObject')