Skip failing tests temporarily
Currently test_multi_vim_support_target_headers is continuously failing possibly because of some changes in dependent libraries. Until we sort out the problem, let's disable it so that we can unblock the CI. Related-Bug: #1964344 Change-Id: I1fa515ea851c38b4ace6cf3657106d22c0e9777c
This commit is contained in:
parent
091926bbb4
commit
324eba5deb
@ -27,6 +27,7 @@ class MultiVimActionsTests(base.TestCase):
|
||||
|
||||
@decorators.attr(type='openstack')
|
||||
@decorators.idempotent_id('dadc9960-9c03-41a9-9a9d-7e97d527e6dd')
|
||||
@decorators.skip_because(bug="1964344")
|
||||
def test_multi_vim_support_target_headers(self):
|
||||
client_1 = self.alt_client
|
||||
client_2 = self.client
|
||||
|
Loading…
Reference in New Issue
Block a user