diff --git a/heat_integrationtests/scenario/test_volumes.py b/heat_integrationtests/scenario/test_volumes.py index a654f861e..fe9ec0306 100644 --- a/heat_integrationtests/scenario/test_volumes.py +++ b/heat_integrationtests/scenario/test_volumes.py @@ -12,7 +12,7 @@ import logging import six -from testtools.testcase import skip +from testtools import testcase from cinderclient import exceptions as cinder_exceptions @@ -77,7 +77,8 @@ class VolumeBackupRestoreIntegrationTest(test.HeatIntegrationTest): self._wait_for_stack_status(stack_identifier, 'CREATE_COMPLETE') return stack, stack_identifier - @skip('Skipped until failure rate can be reduced ref bug #1382300') + @testcase.skip('Skipped until failure rate ' + 'can be reduced ref bug #1382300') def test_cinder_volume_create_backup_restore(self): """Ensure the 'Snapshot' deletion policy works.