Remove unstable_test decorator
Removing unstable_test decorator from
test_create_object_with_transfer_encoding method.
The test seems to be passing in most of the jobs,
therefore there is no need to have the decorator anymore.
Related-Bug: #1905432
Closes-Bug: #1905432
Change-Id: Iad12907914148b4185f4620dd5607b7d2aa09a02
diff --git a/tempest/api/object_storage/test_object_services.py b/tempest/api/object_storage/test_object_services.py
index 2823185..a11bed8 100644
--- a/tempest/api/object_storage/test_object_services.py
+++ b/tempest/api/object_storage/test_object_services.py
@@ -182,7 +182,6 @@
self.assertEqual(data, body)
@decorators.idempotent_id('4f84422a-e2f2-4403-b601-726a4220b54e')
- @decorators.unstable_test(bug='1905432')
def test_create_object_with_transfer_encoding(self):
"""Test creating object with transfer_encoding"""
object_name = data_utils.rand_name(name='TestObject')