From 18c91aae5bd93363648d0abb6644679dbb207854 Mon Sep 17 00:00:00 2001 From: Aaron Suggs Date: Thu, 8 Mar 2012 10:08:18 -0500 Subject: [PATCH] [aws|storage|test] Mark multipart upload test as pending --- tests/aws/models/storage/file_tests.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/aws/models/storage/file_tests.rb b/tests/aws/models/storage/file_tests.rb index 1db4abcf4..3ce6d05ae 100644 --- a/tests/aws/models/storage/file_tests.rb +++ b/tests/aws/models/storage/file_tests.rb @@ -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)) }