diff --git a/mistral/tests/functional/engine/actions/v2/test_openstack_actions.py b/mistral/tests/functional/engine/actions/v2/test_openstack_actions.py index fd1587ff..27c971c3 100644 --- a/mistral/tests/functional/engine/actions/v2/test_openstack_actions.py +++ b/mistral/tests/functional/engine/actions/v2/test_openstack_actions.py @@ -13,7 +13,6 @@ # limitations under the License. from tempest import test -from tempest_lib import decorators from mistral.tests.functional import base @@ -50,7 +49,6 @@ class OpenStackActionsTestsV2(base.TestCase): self.assertEqual(executed_task['state'], 'SUCCESS') - @decorators.skip_because(bug='1422725') @test.attr(type='openstack') def test_heat_actions(self): wf_name = self.wb['name'] + '.heat' @@ -78,7 +76,6 @@ class OpenStackActionsTestsV2(base.TestCase): self.assertEqual(executed_task['state'], 'SUCCESS') - @decorators.skip_because(bug='1422725') @test.attr(type='openstack') def test_neutron_actions(self): wf_name = self.wb['name'] + '.neutron'