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 3474ce956da..afb8c079b24 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/volume-snapshot-clone.t \ ./tests/basic/uss.t \ - ./tests/basic/ec/ec-12-4.t \ ./tests/features/glupy.t; do [ x"$name" = x"$bt" ] && return 0 # bash: zero means true/success done |