diff options
author | Pranith Kumar K <pkarampu@redhat.com> | 2015-11-02 07:56:51 +0530 |
---|---|---|
committer | Raghavendra Talur <rtalur@redhat.com> | 2015-11-02 03:43:08 -0800 |
commit | 56ccc0d2f4a30af9304852effbf2b68694d9f587 (patch) | |
tree | 8fd1a326a09a6f217c1b694a9b65fa94a3a5bd7f /run-tests.sh | |
parent | d90b87eed2fa68df5afcebbc54747e96f6d76cfb (diff) |
tests: Move ec-readdir.t to bad tests
Change-Id: Ie7f6d25cbc617ff347aeb7d77fc0a60924c83f09
BUG: 1276989
Signed-off-by: Pranith Kumar K <pkarampu@redhat.com>
Reviewed-on: http://review.gluster.org/12481
Tested-by: Raghavendra Talur <rtalur@redhat.com>
Reviewed-by: Raghavendra Talur <rtalur@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 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 |