mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-11-17 17:55:12 +00:00
Bypass an OSX test(no different from other OS) which takes very time consuming
This commit is contained in:
parent
fc06419549
commit
a19d223434
@ -1445,7 +1445,14 @@ function add_all_tests {
|
||||
add_tests test_external_modification
|
||||
add_tests test_read_external_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_multipart_upload
|
||||
add_tests test_multipart_copy
|
||||
|
Loading…
Reference in New Issue
Block a user