diff options
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 73520894224..18dc3bc35e5 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -181,6 +181,7 @@ function is_bad_test () ./tests/features/weighted-rebalance.t \ ./tests/performance/open-behind.t \ ./tests/basic/afr/self-heald.t \ + ./tests/basic/tier/tier-file-create.t \ ; do [ x"$name" = x"$bt" ] && return 0 # bash: zero means true/success done |