Skip test_volume_backup_create_get_detailed_list_restore_delete

This test is very unstable and failing very frequently now a days
19 fails in 24 hrs / 137 fails in 10 days
- http://status.openstack.org/elastic-recheck/#1483434

Let's skip this until bug is fixed to avoid unstable gate.
Related-Bug: #1483434

Change-Id: Id107766126b31028920092ab098b084557d327cf
This commit is contained in:
Ghanshyam Mann 2019-04-11 07:15:40 +09:00
parent 3c5b61396d
commit 762e98c237
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ class VolumesBackupsTest(base.BaseVolumeTest):
'available')
return restored_volume
@decorators.skip_because(bug="1483434")
@testtools.skipIf(CONF.volume.storage_protocol == 'ceph',
'ceph does not support arbitrary container names')
@decorators.idempotent_id('a66eb488-8ee1-47d4-8e9f-575a095728c6')