summaryrefslogtreecommitdiffstats
path: root/run-tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run-tests.sh')
-rwxr-xr-xrun-tests.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/run-tests.sh b/run-tests.sh
index 4074b549ddc..f5253fb214f 100755
--- a/run-tests.sh
+++ b/run-tests.sh
@@ -205,7 +205,6 @@ function is_bad_test ()
./tests/basic/tier/tier.t \
./tests/bugs/glusterd/bug-1238706-daemons-stop-on-peer-cleanup.t \
./tests/bugs/glusterd/bug-948686.t \
- ./tests/basic/ec/ec-readdir.t \
; do
[ x"$name" = x"$bt" ] && return 0 # bash: zero means true/success
done