From 9e1c99ed600d2d157793846c8c48f4ee7bcd0dcb Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Fri, 29 Mar 2019 13:38:50 -0700 Subject: [PATCH] Enable ec2_transit_gateway test in CI. (#54619) * Enable ec2_transit_gateway test in CI. * Mark the test unstable. The test sometimes attempts to delete the transit gateway while it is in the pending state, which is not permitted. --- test/integration/targets/ec2_transit_gateway/aliases | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/integration/targets/ec2_transit_gateway/aliases b/test/integration/targets/ec2_transit_gateway/aliases index 5692719518..75ec93f9f2 100644 --- a/test/integration/targets/ec2_transit_gateway/aliases +++ b/test/integration/targets/ec2_transit_gateway/aliases @@ -1,2 +1,3 @@ cloud/aws -unsupported +shippable/aws/group2 +unstable # sometimes tries to delete while in state pending