summaryrefslogtreecommitdiffstats
path: root/tests/functional/common/heketi
diff options
context:
space:
mode:
authorValerii Ponomarov <vponomar@redhat.com>2018-09-26 16:33:30 +0530
committerValerii Ponomarov <vponomar@redhat.com>2018-09-26 16:37:26 +0530
commit70b7b38f42ae0040b60fd207a4a876ead439693a (patch)
tree32d466b90f558b3a244cbeae5083e26bb12c0249 /tests/functional/common/heketi
parent1545031a488a7c40830fe00aba79e82b7eea3000 (diff)
Skip 'test_add_device_heketi_cli' test as affected by bug
Blocked by BZ-1629889. When referenced bug is fixed completely we should refactor this test first, making it not dependent on the specific volume sizes as it is now. Change-Id: I1d4c4a0605fd800fa8450f92dab7b50e29856a5e
Diffstat (limited to 'tests/functional/common/heketi')
-rw-r--r--tests/functional/common/heketi/test_volume_expansion_and_devices.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/functional/common/heketi/test_volume_expansion_and_devices.py b/tests/functional/common/heketi/test_volume_expansion_and_devices.py
index 07ab13e5..e1d912c3 100644
--- a/tests/functional/common/heketi/test_volume_expansion_and_devices.py
+++ b/tests/functional/common/heketi/test_volume_expansion_and_devices.py
@@ -209,6 +209,7 @@ class TestVolumeExpansionAndDevicesTestCases(HeketiClientSetupBaseClass):
device_delete, False,
"Device %s could not be deleted" % device_id)
+ @unittest.skip("Blocked by BZ-1629889")
@podcmd.GlustoPod()
def test_add_device_heketi_cli(self):
"""