Skip to content

Commit 35f4d81

Browse files
committed
Skip sigintRollback acceptance test
1 parent 6bd601a commit 35f4d81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/service/ecs/service_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1081,6 +1081,7 @@ 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

0 commit comments

Comments
 (0)