Disable test_rename_container test

Disabling this test as it was blocking
patch.[0]. We can enable the this test after the
feature is implemented.

[0]https://review.openstack.org/#/c/557595/

Change-Id: I0aeb155bc85f1dfbd436be1d39568b0f90ccf027
This commit is contained in:
deepak_mourya 2018-04-05 11:03:55 +05:30
parent 29c3b97f42
commit 1c961c95fd

View File

@ -391,6 +391,7 @@ class TestContainer(base.BaseZunTest):
docker_base_url)
self._assert_resource_constraints(container, cpu=0.2, memory=200)
@decorators.skip_because(bug="1759459")
@decorators.idempotent_id('b218bea7-f19b-499f-9819-c7021ffc59f4')
def test_rename_container(self):
container1_name = data_utils.rand_name('container1')