1
0
Fork 0
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:
Aaron Suggs 2012-03-08 10:08:18 -05:00
parent 6aee48a173
commit 18c91aae5b

View file

@ -57,6 +57,8 @@ Shindo.tests("Storage[:aws] | file", [:aws]) do
end
tests("multipart upload") do
pending if Fog.mocking?
# A 6MB file
@large_file = Tempfile.new("fog-test-aws-s3-multipart")
6.times { @large_file.write("x" * (1024**2)) }