diff options
author | N Balachandran <nbalacha@redhat.com> | 2015-11-06 14:23:07 +0530 |
---|---|---|
committer | Jeff Darcy <jdarcy@redhat.com> | 2015-11-06 13:21:22 -0800 |
commit | 546bf89c0ca325382a1f819013ee7a1462a8effd (patch) | |
tree | bbbecd702196a3d00ac598e7dce7fe8a4f59dc71 /run-tests.sh | |
parent | 20a227345d4343a0e2f77ed4a4774f195860c7d5 (diff) |
snapshot: Add bug-1275616.t to bad test list
bug-1275616.t fails spuriously in regression tests
Change-Id: Iea01476a9ffd811091865196e1536361d2298ab7
BUG: 1278418
Signed-off-by: N Balachandran <nbalacha@redhat.com>
Reviewed-on: http://review.gluster.org/12527
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-x | run-tests.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/run-tests.sh b/run-tests.sh index 01ffa5b6f10..b3d6bbe4fe8 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -207,6 +207,7 @@ 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 |