Skip to content

Commit

Permalink
mark as pending if mocking
Browse files Browse the repository at this point in the history
  • Loading branch information
fcheung committed Feb 23, 2015
1 parent 2200f60 commit 31aa4a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/requests/iam/managed_policy_tests.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Shindo.tests('AWS::IAM | managed policy requests', ['aws']) do

pending if Fog.mocking?
Fog::AWS[:iam].create_group('fog_policy_test_group')
Fog::AWS[:iam].create_user('fog_policy_test_user')
Fog::AWS[:iam].create_role('fog_policy_test_role', Fog::AWS::IAM::EC2_ASSUME_ROLE_POLICY)
Expand Down

0 comments on commit 31aa4a0

Please sign in to comment.