Bypass an OSX test(no different from other OS) which takes very time consuming

This commit is contained in:
Takeshi Nakatani 2021-02-21 04:37:57 +00:00 committed by Andrew Gaul
parent fc06419549
commit a19d223434

View File

@ -1445,7 +1445,14 @@ function add_all_tests {
add_tests test_external_modification add_tests test_external_modification
add_tests test_read_external_object add_tests test_read_external_object
add_tests test_update_metadata_external_small_object add_tests test_update_metadata_external_small_object
add_tests test_update_metadata_external_large_object if ! uname | grep -q Darwin; then
# [NOTE]
# This test is very time consuming on OSX and will not run.
# And this test should be no different between OSX and
# other OSs. so skip this test on OSX.
#
add_tests test_update_metadata_external_large_object
fi
add_tests test_rename_before_close add_tests test_rename_before_close
add_tests test_multipart_upload add_tests test_multipart_upload
add_tests test_multipart_copy add_tests test_multipart_copy