commit | 7cafa4cf4e589df84ebeaf2381f3f13b11476c33 | [log] [tgz] |
---|---|---|
author | Goutham Pacha Ravi <gouthampravi@gmail.com> | Fri Sep 23 16:55:19 2022 -0700 |
committer | Goutham Pacha Ravi <gouthampravi@gmail.com> | Thu Sep 14 00:34:41 2023 +0000 |
tree | e21a0da3a822a3a15a8c0623792c123ce63a5b98 | |
parent | d6a4d27f49cc1d94df5ff5f4b240c1b0143f5328 [diff] |
Stop skipping test on volume existence detection Depends-On: I7e05dcb343c932cc7fec8d395919053d0a1801ce Change-Id: I3c99e4873cc7dc8bf8875fd3e3ed2f11d38a6dd7 Closes-Bug: #1901210
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 977d9a1..da85f2e 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 @@ 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):