Skip to content

Commit

Permalink
[AWS|EC2] fix sporadically failing network_acl_tests.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
fcheung committed Dec 27, 2013
1 parent 16a1900 commit 7940b30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/aws/models/compute/network_acl_tests.rb
@@ -1,4 +1,5 @@
Shindo.tests("Fog::Compute[:aws] | network_acl", ['aws']) do
Fog::Compute::AWS::Mock.reset if Fog.mocking?
@vpc = Fog::Compute[:aws].vpcs.create('cidr_block' => '10.0.10.0/24')
@subnet = Fog::Compute[:aws].subnets.create('vpc_id' => @vpc.id, 'cidr_block' => '10.0.10.16/28')

Expand Down

0 comments on commit 7940b30

Please sign in to comment.