diff options
author | Raghavendra G <rgowdapp@redhat.com> | 2018-05-25 17:21:58 +0530 |
---|---|---|
committer | Raghavendra G <rgowdapp@redhat.com> | 2018-05-25 17:25:02 +0530 |
commit | 78fa818458ba75c12467768069c917d29b4422de (patch) | |
tree | 6af16338104bd47a84732dc500134cc4f7849fc1 /tests/bugs/distribute | |
parent | 5055ba5170603cdb2a7f2a884013e49fe36ada5c (diff) | |
download | glusterfs-78fa818458ba75c12467768069c917d29b4422de.tar.gz glusterfs-78fa818458ba75c12467768069c917d29b4422de.tar.xz glusterfs-78fa818458ba75c12467768069c917d29b4422de.zip |
tests/bug-1543279: mark it as bad
There seems to be races which are not fixed by commit
9704d203f0. Though the test itself is not bad, it is failing very
frequently. So, till the issue is fixed, marking this test as bad.
updates: bz#1543279
Change-Id: I4a5869da1586178914ffb9563414879e6beab183
Signed-off-by: Raghavendra G <rgowdapp@redhat.com>
Diffstat (limited to 'tests/bugs/distribute')
-rw-r--r-- | tests/bugs/distribute/bug-1543279.t | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/bugs/distribute/bug-1543279.t b/tests/bugs/distribute/bug-1543279.t index 67cc0f50c2..47b8b4a4a9 100644 --- a/tests/bugs/distribute/bug-1543279.t +++ b/tests/bugs/distribute/bug-1543279.t @@ -63,3 +63,5 @@ TEST $CLI volume create $V0 disperse 6 redundancy 2 $H0:$B0/${V0}{0..5} force run_test_for_volume $V0 200 cleanup +#G_TESTDEF_TEST_STATUS_CENTOS6=BAD_TEST,BUG=000000 +#G_TESTDEF_TEST_STATUS_NETBSD7=BAD_TEST,BUG=000000 |