diff options
| author | Valerii Ponomarov <vponomar@redhat.com> | 2018-09-19 08:51:29 +0000 |
|---|---|---|
| committer | Gerrit Code Review <gerrit2@gerrit.host.prod.eng.bos.redhat.com> | 2018-09-19 08:51:29 +0000 |
| commit | be3ad8a8a8ebc9b5d534dc3ca8be537a77e1b1e0 (patch) | |
| tree | ab708782a8a571ff6ef7539fa0e8329c88944747 /tests/functional/common | |
| parent | 430560d058014468f5ed7bbe9c80212db5ec9414 (diff) | |
| parent | b7a55bcb87fc52d64e581a907b98271f152286ae (diff) | |
Merge "Skip 2 tests due to blocker-bug"
Diffstat (limited to 'tests/functional/common')
| -rw-r--r-- | tests/functional/common/heketi/test_heketi_volume_operations.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/functional/common/heketi/test_heketi_volume_operations.py b/tests/functional/common/heketi/test_heketi_volume_operations.py index f9de7f56..69d4e056 100644 --- a/tests/functional/common/heketi/test_heketi_volume_operations.py +++ b/tests/functional/common/heketi/test_heketi_volume_operations.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +from unittest import skip from glusto.core import Glusto as g from cnslibs.common.heketi_ops import (heketi_create_topology, @@ -144,6 +144,7 @@ class TestHeketiVolumeOperations(HeketiClientSetupBaseClass): "Size: %s" % (str(expected_size), str(volume_info['size'])))) + @skip("Blocked by BZ-1629889") def test_heketi_with_device_removal_insuff_space(self): """ Test to create volume consuming all space and then adding new device @@ -248,6 +249,7 @@ class TestHeketiVolumeOperations(HeketiClientSetupBaseClass): device_enable, False, "Device %s could not be enabled" % device["id"]) + @skip("Blocked by BZ-1629889") def test_device_remove_basic_validation(self): """ Test to create volume after a device removal and with new device added. |
