summaryrefslogtreecommitdiffstats
path: root/run-tests.sh
diff options
context:
space:
mode:
authorN Balachandran <nbalacha@redhat.com>2015-11-09 10:19:25 +0530
committerJeff Darcy <jdarcy@redhat.com>2015-11-09 05:27:24 -0800
commitfab69583da8b41b6abdc5f130d107b1887aa2056 (patch)
tree1a2684b97bf23f4d8518127b5468e27f7439aed8 /run-tests.sh
parent6e036c758add503a170cc3134e95fea3e78e89cb (diff)
snapshot: Remove bug-1275616.t from bad tests
Remove bug-1275616.t from bad tests list as commit 466f56a91265ac928759642a866bdc27e850654f has fixed the spurious failure. Change-Id: I0d3d86e4e98e3ca810692835ca0a7f119b759620 BUG: 1279297 Signed-off-by: N Balachandran <nbalacha@redhat.com> Reviewed-on: http://review.gluster.org/12544 Reviewed-by: Avra Sengupta <asengupt@redhat.com> Tested-by: NetBSD Build System <jenkins@build.gluster.org> Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Jeff Darcy <jdarcy@redhat.com>
Diffstat (limited to 'run-tests.sh')
-rwxr-xr-xrun-tests.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/run-tests.sh b/run-tests.sh
index b3d6bbe4fe8..01ffa5b6f10 100755
--- a/run-tests.sh
+++ b/run-tests.sh
@@ -207,7 +207,6 @@ function is_bad_test ()
./tests/geo-rep/georep-basic-dr-tarssh.t \
./tests/bugs/replicate/bug-1221481-allow-fops-on-dir-split-brain.t \
./tests/basic/ec/ec-readdir.t \
- ./tests/bugs/snapshot/bug-1275616.t \
; do
[ x"$name" = x"$bt" ] && return 0 # bash: zero means true/success
done