summaryrefslogtreecommitdiffstats
path: root/tests/functional
diff options
context:
space:
mode:
authorValerii Ponomarov <vponomar@redhat.com>2018-09-19 08:51:29 +0000
committerGerrit Code Review <gerrit2@gerrit.host.prod.eng.bos.redhat.com>2018-09-19 08:51:29 +0000
commitbe3ad8a8a8ebc9b5d534dc3ca8be537a77e1b1e0 (patch)
treeab708782a8a571ff6ef7539fa0e8329c88944747 /tests/functional
parent430560d058014468f5ed7bbe9c80212db5ec9414 (diff)
parentb7a55bcb87fc52d64e581a907b98271f152286ae (diff)
Merge "Skip 2 tests due to blocker-bug"
Diffstat (limited to 'tests/functional')
-rw-r--r--tests/functional/common/heketi/test_heketi_volume_operations.py4
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.