Skip 3.19 test_reset_group_snapshot_status

This test has been intermittently failing for several months
so it's time to just skip it until someone starts investigating
it.

Change-Id: I2d8b5b145d244c8e8dd17cf5e9679a89bc74fbd8
Related-Bug: #1770179
This commit is contained in:
Matt Riedemann 2018-09-14 11:39:46 -04:00
parent 3674fb1382
commit 5b91aea1c6
1 changed files with 1 additions and 0 deletions

View File

@ -215,6 +215,7 @@ class GroupSnapshotsV319Test(BaseGroupSnapshotsTest):
max_microversion = 'latest'
@decorators.idempotent_id('3b42c9b9-c984-4444-816e-ca2e1ed30b40')
@decorators.skip_because(bug='1770179')
def test_reset_group_snapshot_status(self):
# Create volume type
volume_type = self.create_volume_type()