Merge "Stop skipping test on volume existence detection"

This commit is contained in:
Zuul 2023-10-26 09:16:29 +00:00 committed by Gerrit Code Review
commit 7b8882908b
1 changed files with 0 additions and 1 deletions

View File

@ -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):