From 173c7b542939b95a72f30ba2ce1342af62b73f37 Mon Sep 17 00:00:00 2001 From: Krishnan Parthasarathi Date: Fri, 22 May 2015 10:08:37 +0530 Subject: tests: add more tests to bad_test for the interim Change-Id: Icd92f1b999c8cda310053306c63a7445146a55db Signed-off-by: Krishnan Parthasarathi Reviewed-on: http://review.gluster.org/10888 Reviewed-by: Vijay Bellur Tested-by: Vijay Bellur --- run-tests.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'run-tests.sh') diff --git a/run-tests.sh b/run-tests.sh index 0836b742832..743f19e97eb 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -215,6 +215,9 @@ function is_bad_test () ./tests/bugs/disperse/bug-1187474.t \ ./tests/basic/afr/sparse-file-self-heal.t \ ./tests/basic/afr/data-self-heal.t \ + ./tests/basic/mount-nfs-auth.t \ + ./tests/performance/open-behind.t \ + ./tests/basic/ec/ec-5-1.t \ ; do [ x"$name" = x"$bt" ] && return 0 # bash: zero means true/success done -- cgit