diff options
Diffstat (limited to 'run-tests.sh')
-rwxr-xr-x | run-tests.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/run-tests.sh b/run-tests.sh index 9c94f2f3d8a..0bfa5c6230c 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -214,7 +214,6 @@ function is_bad_test () ./tests/basic/quota-anon-fd-nfs.t \ ./tests/bugs/disperse/bug-1187474.t \ ./tests/basic/afr/sparse-file-self-heal.t \ - ./tests/basic/afr/data-self-heal.t \ ; do [ x"$name" = x"$bt" ] && return 0 # bash: zero means true/success done |