diff options
author | Jilju Joy <jijoy@redhat.com> | 2019-01-14 14:01:27 +0530 |
---|---|---|
committer | Jilju Joy <jijoy@redhat.com> | 2019-01-14 14:01:27 +0530 |
commit | 0a7ba49b628c13a5efc8071f72c94e43c664d319 (patch) | |
tree | 9fb0dae9495956e93359c5dae97f4941e2b30af7 | |
parent | 6624ff8f694a05c5bc794885871627250ac9a725 (diff) |
Avoid running on 'dispersed' and 'distributed-dispersed' volume types because of bz 1663375
The change will be reverted after the bug 1663375 is resolved
Change-Id: Id2b2fb8fdd090c5d9e8495e8f8907dd616bf6e88
-rw-r--r-- | tests/functional/fuse_subdir/test_fusesubdir_with_replacebrick.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/functional/fuse_subdir/test_fusesubdir_with_replacebrick.py b/tests/functional/fuse_subdir/test_fusesubdir_with_replacebrick.py index 19522e7bd..33f24174a 100644 --- a/tests/functional/fuse_subdir/test_fusesubdir_with_replacebrick.py +++ b/tests/functional/fuse_subdir/test_fusesubdir_with_replacebrick.py @@ -29,8 +29,7 @@ from glustolibs.gluster.volume_libs import ( from glustolibs.gluster.heal_libs import monitor_heal_completion -@runs_on([['replicated', 'distributed-replicated', - 'dispersed', 'distributed-dispersed'], +@runs_on([['replicated', 'distributed-replicated'], ['glusterfs']]) class SubdirWithReplaceBrick(GlusterBaseClass): """ |