mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[aws|storage|test] Mark multipart upload test as pending
This commit is contained in:
parent
6aee48a173
commit
18c91aae5b
1 changed files with 2 additions and 0 deletions
|
@ -57,6 +57,8 @@ Shindo.tests("Storage[:aws] | file", [:aws]) do
|
||||||
end
|
end
|
||||||
|
|
||||||
tests("multipart upload") do
|
tests("multipart upload") do
|
||||||
|
pending if Fog.mocking?
|
||||||
|
|
||||||
# A 6MB file
|
# A 6MB file
|
||||||
@large_file = Tempfile.new("fog-test-aws-s3-multipart")
|
@large_file = Tempfile.new("fog-test-aws-s3-multipart")
|
||||||
6.times { @large_file.write("x" * (1024**2)) }
|
6.times { @large_file.write("x" * (1024**2)) }
|
||||||
|
|
Loading…
Reference in a new issue