From 0a7ba49b628c13a5efc8071f72c94e43c664d319 Mon Sep 17 00:00:00 2001 From: Jilju Joy Date: Mon, 14 Jan 2019 14:01:27 +0530 Subject: 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 --- tests/functional/fuse_subdir/test_fusesubdir_with_replacebrick.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/functional/fuse_subdir') 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): """ -- cgit