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) {
10811081}
10821082
10831083func 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." )
10841085 ctx := acctest .Context (t )
10851086 var service awstypes.Service
10861087 rName := sdkacctest .RandomWithPrefix (acctest .ResourcePrefix )[:16 ] // Use shorter name to avoid target group name length issues
10871088 resourceName := "aws_ecs_service.test"
10881089
1089- resource .Skip (t , resource.TestCase {
1090+ resource .Test (t , resource.TestCase {
10901091 PreCheck : func () { acctest .PreCheck (ctx , t ) },
10911092 ErrorCheck : acctest .ErrorCheck (t , names .ECSServiceID ),
10921093 ProtoV5ProviderFactories : acctest .ProtoV5ProviderFactories ,
You can’t perform that action at this time.
0 commit comments