Merge "Removing the skip decorator as bug 1687044 was already resolved"

This commit is contained in:
Zuul 2018-04-25 11:28:01 +00:00 committed by Gerrit Code Review
commit f63c90af09
1 changed files with 0 additions and 1 deletions

View File

@ -44,7 +44,6 @@ class VolumesExtendTest(base.BaseVolumeTest):
@decorators.idempotent_id('86be1cba-2640-11e5-9c82-635fb964c912')
@testtools.skipUnless(CONF.volume_feature_enabled.snapshot,
"Cinder volume snapshots are disabled")
@decorators.skip_because(bug='1687044')
def test_volume_extend_when_volume_has_snapshot(self):
volume = self.create_volume()
self.create_snapshot(volume['id'])