summaryrefslogtreecommitdiffstats
path: root/tests/functional/bvt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/bvt')
-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