mark test_associate_disassociate_vpc_addresses as flaky and skip it

Change-Id: I7b3aa1067fef3c821e0c67c9eeab0af0064422e1
This commit is contained in:
Andrey Pavlov 2019-10-02 10:02:13 -07:00 committed by Andrey Pavlov
parent 141fdeaff5
commit 70cb7c53dc
1 changed files with 2 additions and 1 deletions

View File

@ -228,7 +228,8 @@ class AddressTest(base.EC2TestCase):
@base.skip_without_vpc()
@decorators.idempotent_id('6f154e48-f260-4d8d-b1d1-a1cf174f58fa')
@testtools.skipUnless(CONF.aws.image_id, "image id is not defined")
@testtools.skip("flaky test")
# @testtools.skipUnless(CONF.aws.image_id, "image id is not defined")
def test_associate_disassociate_vpc_addresses(self):
aws_zone = CONF.aws.aws_zone