diff --git a/tests/local/models/file_tests.rb b/tests/local/models/file_tests.rb index f4dc5d3d1..7a34c1c20 100644 --- a/tests/local/models/file_tests.rb +++ b/tests/local/models/file_tests.rb @@ -1,4 +1,7 @@ Shindo.tests('Storage[:local] | file', [:local]) do + + pending if Fog.mocking? + before do @options = { :local_root => '~/.fog' } end @@ -37,4 +40,4 @@ Shindo.tests('Storage[:local] | file', [:local]) do file.public_url end end -end \ No newline at end of file +end diff --git a/tests/local/storage_tests.rb b/tests/local/storage_tests.rb index e1755bd0b..dfdc1ecbc 100644 --- a/tests/local/storage_tests.rb +++ b/tests/local/storage_tests.rb @@ -1,4 +1,7 @@ Shindo.tests('Local | storage') do + + pending if Fog.mocking? + before do @options = { :local_root => "~/.fog" } end @@ -34,4 +37,4 @@ Shindo.tests('Local | storage') do Fog::Storage::Local.new(@options).endpoint end end -end \ No newline at end of file +end