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:
Takashi Kajinami 2022-03-09 21:58:27 +09:00
parent 091926bbb4
commit 324eba5deb
1 changed files with 1 additions and 0 deletions

View File

@ -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