Temporary measure: reduce test time on MacOS

This commit is contained in:
Takeshi Nakatani 2020-02-04 15:38:19 +00:00
parent 55d670f22f
commit 0665d78550
1 changed files with 1 additions and 1 deletions

View File

@ -749,7 +749,7 @@ function test_content_type() {
}
function add_all_tests {
if `ps -ef | grep -v grep | grep s3fs | grep -q ensure_diskfree`; then
if `ps -ef | grep -v grep | grep s3fs | grep -q ensure_diskfree` && ! `uname | grep -q Darwin`; then
add_tests test_clean_up_cache
fi
add_tests test_append_file