mirror of
https://github.com/fog/fog-aws.git
synced 2022-11-09 13:50:52 -05:00
mark as pending if mocking
This commit is contained in:
parent
2200f60f5a
commit
31aa4a0d73
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue