summaryrefslogtreecommitdiffstats
path: root/tests/functional
diff options
context:
space:
mode:
authorVinayak Papnoi <vpapnoi@redhat.com>2020-05-04 13:15:32 +0530
committerVinayak Papnoi <vpapnoi@redhat.com>2020-05-04 13:15:32 +0530
commitfd17e148bf57e1681043b9529ad238c1a518623e (patch)
tree0dce80ce4c7a37160f6cc6e543ae6054d4bd4519 /tests/functional
parentac9c087704e4f1055a9832b90520c69f837d6661 (diff)
[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 <vpapnoi@redhat.com>
Diffstat (limited to 'tests/functional')
-rw-r--r--tests/functional/quota/test_limit_usage_deep_dir.py3
1 files changed, 1 insertions, 2 deletions
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):