summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAmar Tumballi <amarts@redhat.com>2019-06-07 13:58:48 +0530
committerAmar Tumballi <amarts@redhat.com>2019-06-07 14:00:21 +0530
commitedc2910a8ab3a7d9cfbb19e3f20179c0799c0c1b (patch)
tree0e8327574313457d4019a0446f968fdfe78224b4 /tests
parent373f045497b3e696ab6492b9c8ea105ffe947b91 (diff)
tests/volume-scale-shd-mux: mark as bad test
The test is giving frequent failures in regression. Error seen is normally like below: `09:09:24 not ok 58 [ 14/ 80343] < 104> '^3$ number_healer_threads_shd patchy_distribute1 __afr_shd_healer_wait' -> 'Got "1" instead of "^3$"'` updates: bz#1708929 Change-Id: I240bdcfb76b1f953d75937a53c5dfabba134f282 Signed-off-by: Amar Tumballi <amarts@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/basic/volume-scale-shd-mux.t3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/basic/volume-scale-shd-mux.t b/tests/basic/volume-scale-shd-mux.t
index dd9cf8314e0..89b833d5ddc 100644
--- a/tests/basic/volume-scale-shd-mux.t
+++ b/tests/basic/volume-scale-shd-mux.t
@@ -110,3 +110,6 @@ TEST rm -rf $B0/add/
EXPECT_WITHIN $PROCESS_DOWN_TIMEOUT "^0$" shd_count
cleanup
+
+#G_TESTDEF_TEST_STATUS_NETBSD7=BAD_TEST,BUG=1708929
+#G_TESTDEF_TEST_STATUS_CENTOS6=BAD_TEST,BUG=1708929