File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1081,12 +1081,13 @@ func TestAccECSService_BlueGreenDeployment_outOfBandRemoval(t *testing.T) {
1081
1081
}
1082
1082
1083
1083
func TestAccECSService_BlueGreenDeployment_sigintRollback (t * testing.T ) {
1084
+ acctest .Skip (t , "Skipping SIGINT rollback test, as it fails when ran alongside other acceptance tests. Remove this line to test SIGINT rollback." )
1084
1085
ctx := acctest .Context (t )
1085
1086
var service awstypes.Service
1086
1087
rName := sdkacctest .RandomWithPrefix (acctest .ResourcePrefix )[:16 ] // Use shorter name to avoid target group name length issues
1087
1088
resourceName := "aws_ecs_service.test"
1088
1089
1089
- resource .Skip (t , resource.TestCase {
1090
+ resource .Test (t , resource.TestCase {
1090
1091
PreCheck : func () { acctest .PreCheck (ctx , t ) },
1091
1092
ErrorCheck : acctest .ErrorCheck (t , names .ECSServiceID ),
1092
1093
ProtoV5ProviderFactories : acctest .ProtoV5ProviderFactories ,
You can’t perform that action at this time.
0 commit comments