From c4d0c58c5a07a9e0d9c07dc3935d585d3b4df74d Mon Sep 17 00:00:00 2001 From: Sloane Hertel Date: Wed, 27 Feb 2019 15:58:11 -0600 Subject: [PATCH] Only run ec2_vpc_vgw on changes to the module to avoid hitting the limit (#53082) * Only run ec2_vpc_vgw on changes to the module to avoid hitting the resource limit * actually mark as disabled --- test/integration/targets/ec2_vpc_vgw/aliases | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration/targets/ec2_vpc_vgw/aliases b/test/integration/targets/ec2_vpc_vgw/aliases index 6e3860bee2..2a75a89a47 100644 --- a/test/integration/targets/ec2_vpc_vgw/aliases +++ b/test/integration/targets/ec2_vpc_vgw/aliases @@ -1,2 +1,3 @@ cloud/aws shippable/aws/group2 +disabled