Skip to content

Commit

Permalink
modify upload file not to run on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
dt3310321 committed Nov 21, 2017
1 parent dad2108 commit f4ef4c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qcloud_cos/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ def test_list_multipart_uploads():
)


def test_upload_file_multithreading():
def _test_upload_file_multithreading():
"""根据文件大小自动选择分块大小,多线程并发上传提高上传速度"""
file_name = "thread_100MB"
gen_file(file_name, 100)
Expand All @@ -564,5 +564,5 @@ def test_upload_file_multithreading():
test_put_get_versioning()
test_put_get_delete_replication()
test_upload_part_copy()
test_upload_file_multithreading()
_test_upload_file_multithreading()
tearDown()

0 comments on commit f4ef4c6

Please sign in to comment.