summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/functional/common/arbiter/test_arbiter.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/functional/common/arbiter/test_arbiter.py b/tests/functional/common/arbiter/test_arbiter.py
index 2d67db16..2aab199b 100644
--- a/tests/functional/common/arbiter/test_arbiter.py
+++ b/tests/functional/common/arbiter/test_arbiter.py
@@ -20,9 +20,6 @@ class TestArbiterVolumeCreateExpandDelete(cns_baseclass.CnsBaseClass):
def setUp(self):
super(TestArbiterVolumeCreateExpandDelete, self).setUp()
- # Skip test if it is not CNS deployment
- if self.deployment_type != "cns":
- raise self.skipTest("This test can run only on CNS deployment.")
self.node = self.ocp_master_node[0]
self.sc = self.cns_storage_class.get(
'storage_class1', self.cns_storage_class.get('file_storage_class'))