From 6dfb0b52201f485680760e72b35acdf98f2fab9b Mon Sep 17 00:00:00 2001 From: macnev2013 Date: Fri, 24 May 2024 18:13:20 +0530 Subject: [PATCH] opt-in for route53resolver --- localstack/testing/testselection/opt_in.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/localstack/testing/testselection/opt_in.py b/localstack/testing/testselection/opt_in.py index 8bbfbf71347b5..85892f50e5f1d 100644 --- a/localstack/testing/testselection/opt_in.py +++ b/localstack/testing/testselection/opt_in.py @@ -57,6 +57,9 @@ # secretsmanager "localstack/services/secretsmanager/**", "tests/aws/services/secretsmanager/**", + # route53resolver + "localstack/services/route53resolver/**", + "tests/aws/services/route53resolver/**", # TODO add more services ]