From 70b7b38f42ae0040b60fd207a4a876ead439693a Mon Sep 17 00:00:00 2001 From: Valerii Ponomarov Date: Wed, 26 Sep 2018 16:33:30 +0530 Subject: 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 --- tests/functional/common/heketi/test_volume_expansion_and_devices.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') 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): """ -- cgit