We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c5ce7c commit 82a51bbCopy full SHA for 82a51bb
2 files changed
Makefile
@@ -45,6 +45,7 @@ TEST_EXCLUDE += --ignore tests/test_dynamodbstreams
45
TEST_EXCLUDE += --ignore tests/test_dynamodb_v20111205
46
TEST_EXCLUDE += --ignore tests/test_ebs
47
TEST_EXCLUDE += --ignore tests/test_ec2instanceconnect
48
+TEST_EXCLUDE += --ignore tests/test_ecs
49
TEST_EXCLUDE += --ignore tests/test_efs
50
TEST_EXCLUDE += --ignore tests/test_eks
51
TEST_EXCLUDE += --ignore tests/test_elasticache
moto/core/config.py
@@ -71,7 +71,6 @@ class _iot_config(TypedDict, total=False):
71
"dynamodb", # Not used by LocalStack but has cross-service dependency within Moto
72
"ec2",
73
"ecr",
74
- "ecs", # Not used by LocalStack but has cross-service dependency within Moto
75
"efs",
76
"elb",
77
"elbv2",
0 commit comments