From 3134c04e29b39fcdf1bd70c33b6670ff26404251 Mon Sep 17 00:00:00 2001 From: Nigel Babu Date: Tue, 30 Jan 2018 09:31:51 +0530 Subject: 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 --- tests/functional/bvt/test_cvt.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/functional/bvt/test_cvt.py') 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 -- cgit