mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[rackspace|storage] made large object delete tests pending if mocking is turned on
This commit is contained in:
parent
9677c22119
commit
d4e04b2b6e
1 changed files with 1 additions and 1 deletions
|
@ -99,9 +99,9 @@ Shindo.tests('Fog::Storage[:rackspace] | object requests', ["rackspace"]) do
|
|||
end
|
||||
|
||||
tests("delete file").succeeds do
|
||||
pending if Fog.mocking?
|
||||
Fog::Storage[:rackspace].delete_object('fogobjecttests', 'fog_block_object')
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue