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 28d8b9a77ce..bc51a96f1ad 100755
--- a/run-tests.sh
+++ b/run-tests.sh
@@ -196,7 +196,6 @@ function is_bad_test ()
local name=$1
for bt in ./tests/basic/uss.t \
./tests/basic/tier/tier.t \
- ./tests/bugs/glusterd/bug-974007.t \
./tests/basic/quota-anon-fd-nfs.t \
; do
[ x"$name" = x"$bt" ] && return 0 # bash: zero means true/success