Skip to content

Commit 8f4effd

Browse files
committed
Skip sigintRollback acceptance test
1 parent e955c2f commit 8f4effd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/service/ecs/service_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1081,12 +1081,13 @@ func TestAccECSService_BlueGreenDeployment_outOfBandRemoval(t *testing.T) {
10811081
}
10821082

10831083
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.")
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,

0 commit comments

Comments
 (0)