From 09dbeffd550d4a7c167add9adc50872057e192dc Mon Sep 17 00:00:00 2001 From: Arnaud M Date: Wed, 30 Oct 2024 00:40:30 +0100 Subject: [PATCH] Skip test_cinder_action test Let's skip this test for now until we figure out the long term solution Related-bug: #2085878 Change-Id: Ie6c51aa9c398bceb53c890a5ef441aec88db10b5 Signed-off-by: Arnaud M --- .../tests/scenario/engine/actions/v2/test_openstack_actions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mistral_tempest_tests/tests/scenario/engine/actions/v2/test_openstack_actions.py b/mistral_tempest_tests/tests/scenario/engine/actions/v2/test_openstack_actions.py index 76ede48..a393411 100644 --- a/mistral_tempest_tests/tests/scenario/engine/actions/v2/test_openstack_actions.py +++ b/mistral_tempest_tests/tests/scenario/engine/actions/v2/test_openstack_actions.py @@ -79,6 +79,7 @@ class OpenStackActionsTestsV2(base.TestCase): self.assertEqual('SUCCESS', executed_task['state']) @decorators.attr(type='openstack') + @decorators.skip_because(bug="2085878") @decorators.idempotent_id('a1f71a72-3681-4d32-aad9-117068717b33') def test_cinder_actions(self): wf_name = self.wb['name'] + '.cinder'