1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[linode|compute] mark format test for stackscripts pending due to inconsistency of string/float for a value

This commit is contained in:
geemus 2011-06-22 14:15:09 -07:00
parent c35af80afa
commit 02acf864bf

View file

@ -26,6 +26,7 @@ Shindo.tests('Fog::Compute[:linode] | stack_script requests', ['linode']) do
end
tests('#stackscript_list').formats(@stack_scripts_format) do
pending # TODO: REV_NOTE can be either string or float?
pending if Fog.mocking?
Fog::Compute[:linode].stackscript_list.body
end