summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorNigel Babu <nigelb@redhat.com>2018-01-30 09:31:51 +0530
committerNigel Babu <nigelb@redhat.com>2018-01-30 04:14:15 +0000
commit3134c04e29b39fcdf1bd70c33b6670ff26404251 (patch)
treef4660c862e7300c590e6e5e89cbbb2c4def0e2b0 /tests
parenta817dfa6522ee29397fbc950b06ed11bbc57d469 (diff)
Disable HealSanity tests on NFS
This test does not work on NFS mounts due to bug 1473668. Disable this test until we can find a workaround that makes this test actually green Change-Id: Icd93cd796be5e8a72e144ba09e66733d6dcf5913
Diffstat (limited to 'tests')
-rw-r--r--tests/functional/bvt/test_cvt.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/functional/bvt/test_cvt.py b/tests/functional/bvt/test_cvt.py
index b4c9800f9..a2e75be52 100644
--- a/tests/functional/bvt/test_cvt.py
+++ b/tests/functional/bvt/test_cvt.py
@@ -659,9 +659,11 @@ class TestGlusterReplaceBrickSanity(GlusterBasicFeaturesSanityBaseClass):
g.log.info("Listing all files and directories is successful")
+# This test is disabled on nfs because of bug 1473668. A patch to apply the
+# workaround mentiond on the bug could not make this test green either.
@runs_on([['replicated', 'distributed-replicated', 'dispersed',
'distributed-dispersed'],
- ['glusterfs', 'nfs', 'cifs']])
+ ['glusterfs', 'cifs']])
class TestGlusterHealSanity(GlusterBasicFeaturesSanityBaseClass):
"""Sanity tests for SelfHeal"""
@pytest.mark.bvt_cvt