From 324eba5deb24383705b7998723562e1c027b28c3 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 9 Mar 2022 21:58:27 +0900 Subject: [PATCH] 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 --- .../scenario/engine/actions/v2/test_multi_vim_authentication.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mistral_tempest_tests/tests/scenario/engine/actions/v2/test_multi_vim_authentication.py b/mistral_tempest_tests/tests/scenario/engine/actions/v2/test_multi_vim_authentication.py index c2446a7..851f4c5 100644 --- a/mistral_tempest_tests/tests/scenario/engine/actions/v2/test_multi_vim_authentication.py +++ b/mistral_tempest_tests/tests/scenario/engine/actions/v2/test_multi_vim_authentication.py @@ -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