From 56ccc0d2f4a30af9304852effbf2b68694d9f587 Mon Sep 17 00:00:00 2001 From: Pranith Kumar K Date: Mon, 2 Nov 2015 07:56:51 +0530 Subject: tests: Move ec-readdir.t to bad tests Change-Id: Ie7f6d25cbc617ff347aeb7d77fc0a60924c83f09 BUG: 1276989 Signed-off-by: Pranith Kumar K Reviewed-on: http://review.gluster.org/12481 Tested-by: Raghavendra Talur Reviewed-by: Raghavendra Talur --- run-tests.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'run-tests.sh') diff --git a/run-tests.sh b/run-tests.sh index a69a8fa664a..5f96cd8d8f8 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -204,6 +204,7 @@ function is_bad_test () ./tests/geo-rep/georep-basic-dr-rsync.t \ ./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 \ ; do [ x"$name" = x"$bt" ] && return 0 # bash: zero means true/success done -- cgit