From 7cafa4cf4e589df84ebeaf2381f3f13b11476c33 Mon Sep 17 00:00:00 2001 From: Goutham Pacha Ravi Date: Fri, 23 Sep 2022 16:55:19 -0700 Subject: [PATCH] Stop skipping test on volume existence detection Depends-On: I7e05dcb343c932cc7fec8d395919053d0a1801ce Change-Id: I3c99e4873cc7dc8bf8875fd3e3ed2f11d38a6dd7 Closes-Bug: #1901210 --- manila_tempest_tests/tests/api/test_shares_actions_negative.py | 1 - 1 file changed, 1 deletion(-) diff --git a/manila_tempest_tests/tests/api/test_shares_actions_negative.py b/manila_tempest_tests/tests/api/test_shares_actions_negative.py index 977d9a16..da85f2ed 100644 --- a/manila_tempest_tests/tests/api/test_shares_actions_negative.py +++ b/manila_tempest_tests/tests/api/test_shares_actions_negative.py @@ -288,7 +288,6 @@ class SharesActionsNegativeTest(base.BaseSharesMixedTest): self.assertEqual(0, len(shares)) - @decorators.skip_because(bug='1914363') @decorators.idempotent_id('e8f857f1-ec32-4f81-9e09-26065891dc93') @tc.attr(base.TAG_NEGATIVE, base.TAG_API_WITH_BACKEND) def test_get_share_from_other_project(self):