summaryrefslogtreecommitdiffstats
path: root/tests/functional/heketi/test_heketi_node_operations.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/heketi/test_heketi_node_operations.py')
-rw-r--r--tests/functional/heketi/test_heketi_node_operations.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/functional/heketi/test_heketi_node_operations.py b/tests/functional/heketi/test_heketi_node_operations.py
index fbc6f23c..0bf5a4b2 100644
--- a/tests/functional/heketi/test_heketi_node_operations.py
+++ b/tests/functional/heketi/test_heketi_node_operations.py
@@ -252,6 +252,11 @@ class TestHeketiNodeOperations(baseclass.BaseClass):
@pytest.mark.tier1
def test_validate_heketi_node_add_with_db_check(self):
"""Test heketi db check after node add operation"""
+ if not self.is_containerized_gluster():
+ self.skipTest(
+ "Skipping this test case as CRS version check "
+ "is not implemented")
+
if (openshift_storage_version.get_openshift_storage_version()
< "3.11.4"):
self.skipTest(