From fab69583da8b41b6abdc5f130d107b1887aa2056 Mon Sep 17 00:00:00 2001 From: N Balachandran Date: Mon, 9 Nov 2015 10:19:25 +0530 Subject: 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 Reviewed-on: http://review.gluster.org/12544 Reviewed-by: Avra Sengupta Tested-by: NetBSD Build System Tested-by: Gluster Build System Reviewed-by: Jeff Darcy --- run-tests.sh | 1 - 1 file changed, 1 deletion(-) 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 -- cgit