Skip to content

Commit 82a51bb

Browse files
Try ecs
1 parent 9c5ce7c commit 82a51bb

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ TEST_EXCLUDE += --ignore tests/test_dynamodbstreams
4545
TEST_EXCLUDE += --ignore tests/test_dynamodb_v20111205
4646
TEST_EXCLUDE += --ignore tests/test_ebs
4747
TEST_EXCLUDE += --ignore tests/test_ec2instanceconnect
48+
TEST_EXCLUDE += --ignore tests/test_ecs
4849
TEST_EXCLUDE += --ignore tests/test_efs
4950
TEST_EXCLUDE += --ignore tests/test_eks
5051
TEST_EXCLUDE += --ignore tests/test_elasticache

moto/core/config.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ class _iot_config(TypedDict, total=False):
7171
"dynamodb", # Not used by LocalStack but has cross-service dependency within Moto
7272
"ec2",
7373
"ecr",
74-
"ecs", # Not used by LocalStack but has cross-service dependency within Moto
7574
"efs",
7675
"elb",
7776
"elbv2",

0 commit comments

Comments
 (0)