Add VolumeEncryptionTest to skip list

This test is failing when trying to clean up, because the volume
is still in use. There is a bug open to address the actual issue,
but we should skip the test in the meantime to not block promotion.

Change-Id: I2f58b28552e20352ee69efbc9cbac52d5da7c4f4
Related-Bug: 1744151
This commit is contained in:
John Trowbridge 2018-01-22 10:49:51 -05:00
parent 6aac21081d
commit 8eedcb4bf2
1 changed files with 3 additions and 0 deletions

View File

@ -5,3 +5,6 @@ known_failures:
- test: 'neutron_tempest_plugin.scenario'
reason: 'Neutron Tempest plugin scenario tests are not yet stable.'
lp: 'https://launchpad.net/bugs/1737940'
- test: 'barbican_tempest_plugin.tests.scenario.test_volume_encryption.VolumeEncryptionTest'
reason: 'Test is sometimes failing while trying to delete a volume that is still in use'
lp: 'https://bugs.launchpad.net/tripleo/+bug/1744151'