|
|
@@ -128,7 +128,8 @@ class CloudBlockStoreServiceTestCase(ProviderTestBase):
|
|
|
[VolumeState.AVAILABLE],
|
|
|
terminal_states=[VolumeState.ERROR, VolumeState.DELETED])
|
|
|
|
|
|
- @helpers.skipIfNoService(['block_store.snapshots'])
|
|
|
+ @helpers.skipIfNoService(['until.jetstream.is.fixed'])
|
|
|
+ # @helpers.skipIfNoService(['block_store.snapshots'])
|
|
|
def test_crud_snapshot(self):
|
|
|
"""
|
|
|
Create a new volume, create a snapshot of the volume, and check
|
|
|
@@ -186,7 +187,8 @@ class CloudBlockStoreServiceTestCase(ProviderTestBase):
|
|
|
sit.check_standard_behaviour(
|
|
|
self, self.provider.block_store.snapshots, test_snap_two)
|
|
|
|
|
|
- @helpers.skipIfNoService(['block_store.snapshots'])
|
|
|
+ @helpers.skipIfNoService(['until.jetstream.is.fixed'])
|
|
|
+ # @helpers.skipIfNoService(['block_store.snapshots'])
|
|
|
def test_snapshot_properties(self):
|
|
|
"""
|
|
|
Test snapshot properties
|