summaryrefslogtreecommitdiffstats
path: root/run-tests.sh
diff options
context:
space:
mode:
authorDan Lambright <dlambrig@redhat.com>2015-12-02 17:13:00 -0500
committerDan Lambright <dlambrig@redhat.com>2015-12-06 07:10:32 -0800
commitdec1430602f825a6625c473baeb22d0bbf0a059b (patch)
treef63b3b30d25b5e628cd10df117f55bb6abbdff9f /run-tests.sh
parentd5df0db18b29b1db2577ac5ed388966c0eb203b0 (diff)
tests: add bug-924726.t to ignore list
bug-924726.t has had spurious errors in regression tests. This is a backport of 12859 > Change-Id: I5514e90909c3ecdd487c0dcf501ebf0952dc4fbb > BUG: 1287872 > Signed-off-by: Dan Lambright <dlambrig@redhat.com> > Reviewed-on: http://review.gluster.org/12859 > Tested-by: NetBSD Build System <jenkins@build.gluster.org> > Tested-by: Gluster Build System <jenkins@build.gluster.com> > Reviewed-by: Shyamsundar Ranganathan <srangana@redhat.com> > Signed-off-by: Dan Lambright <dlambrig@redhat.com> Change-Id: I5428a8f5d126a6f3fb2259b0e8df29839ed45a54 BUG: 1288716 Signed-off-by: Dan Lambright <dlambrig@redhat.com> Reviewed-on: http://review.gluster.org/12885 Tested-by: NetBSD Build System <jenkins@build.gluster.org>
Diffstat (limited to 'run-tests.sh')
-rwxr-xr-xrun-tests.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/run-tests.sh b/run-tests.sh
index bc5b8a0da15..3ad6cc60b44 100755
--- a/run-tests.sh
+++ b/run-tests.sh
@@ -198,7 +198,7 @@ function is_bad_test ()
./tests/basic/tier/tier_lookup_heal.t \
./tests/basic/tier/bug-1214222-directories_missing_after_attach_tier.t \
./tests/basic/tier/fops-during-migration.t \
- ./tests/basic/tier/record-metadata-heat.t \
+ ./tests/basic/tier/record-metadata-heat.t \
./tests/bugs/snapshot/bug-1109889.t \
./tests/bugs/distribute/bug-1066798.t \
./tests/geo-rep/georep-basic-dr-rsync.t \
@@ -206,6 +206,7 @@ function is_bad_test ()
./tests/basic/tier/tier.t \
./tests/bugs/glusterd/bug-1238706-daemons-stop-on-peer-cleanup.t \
./tests/bugs/glusterd/bug-948686.t \
+ ./tests/bugs/fuse/bug-924726.t \
; do
[ x"$name" = x"$bt" ] && return 0 # bash: zero means true/success
done