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

[aws|cloudwatch] mark overly specific test as pending

This commit is contained in:
geemus 2011-07-21 16:47:04 -05:00
parent 05a2384ffe
commit a5fd3b9300

View file

@ -1,8 +1,7 @@
Shindo.tests("AWS::CloudWatch | metrics", ['aws', 'cloudwatch']) do
tests('success') do
pending if Fog.mocking?
pending # FIXME: the hardcoded instance id won't be available
tests("#all").succeeds do
AWS[:cloud_watch].metrics.all
end