From 1c961c95fd7a31a58f5f8d745de0b50552d2d8c5 Mon Sep 17 00:00:00 2001 From: deepak_mourya Date: Thu, 5 Apr 2018 11:03:55 +0530 Subject: [PATCH] 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 --- zun_tempest_plugin/tests/tempest/api/test_containers.py | 1 + 1 file changed, 1 insertion(+) diff --git a/zun_tempest_plugin/tests/tempest/api/test_containers.py b/zun_tempest_plugin/tests/tempest/api/test_containers.py index 397cb50..760b35c 100644 --- a/zun_tempest_plugin/tests/tempest/api/test_containers.py +++ b/zun_tempest_plugin/tests/tempest/api/test_containers.py @@ -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')