From fd17e148bf57e1681043b9529ad238c1a518623e Mon Sep 17 00:00:00 2001 From: Vinayak Papnoi Date: Mon, 4 May 2020 13:15:32 +0530 Subject: [testfix][bug] Remove disperse vol type - quota The test case 'tests/functional/quota/test_limit_usage_deep_dir.py' fails erratically for disperse volume. A bug [1] had been raised for the same where it was decided to remove the disperse volume type from the 'runs_on' of that test. [1] https://bugzilla.redhat.com/show_bug.cgi?id=1672983 Change-Id: Ica8f2af449225d72d1b60c2c86b20e16b80a5a5a Signed-off-by: Vinayak Papnoi --- tests/functional/quota/test_limit_usage_deep_dir.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/functional/quota') diff --git a/tests/functional/quota/test_limit_usage_deep_dir.py b/tests/functional/quota/test_limit_usage_deep_dir.py index 94dacfe9f..b024f575d 100644 --- a/tests/functional/quota/test_limit_usage_deep_dir.py +++ b/tests/functional/quota/test_limit_usage_deep_dir.py @@ -32,8 +32,7 @@ from glustolibs.gluster.glusterdir import (mkdir, rmdir) -@runs_on([['distributed-replicated', 'replicated', 'distributed', - 'dispersed', 'distributed-dispersed'], +@runs_on([['distributed-replicated', 'replicated', 'distributed'], ['glusterfs', 'nfs']]) class LimitUsageDeepDir(GlusterBaseClass): -- cgit