Skip to content

Commit cfd12a2

Browse files
authored
Merge branch 'develop' into add_skip_test
2 parents e90a899 + 4b0b889 commit cfd12a2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

integration/config/region_service_exclusion.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ regions:
5757
- StateMachineCweCws
5858
- StateMachineWithApis
5959
- LambdaEnvVars
60+
- ARM
6061
ap-southeast-1:
6162
- HttpApi
6263
ca-central-1:
@@ -149,6 +150,7 @@ regions:
149150
- CodeSign
150151
- CweCwsDlq
151152
- Mode
153+
- ARM
152154
us-gov-west-1:
153155
- ServerlessRepo
154156
- Cognito
@@ -163,6 +165,7 @@ regions:
163165
- CodeSign
164166
- CweCwsDlq
165167
- Mode
168+
- ARM
166169
us-iso-east-1:
167170
- ServerlessRepo
168171
- CodeDeploy
@@ -228,4 +231,5 @@ regions:
228231
- StateMachineInlineDefinition
229232
us-west-1:
230233
- Cognito
231-
- IoT
234+
- IoT
235+
- ARM

integration/single/test_basic_function.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
from unittest.case import skipIf
22

33
from integration.config.service_names import KMS, XRAY, ARM, CODE_DEPLOY, HTTP_API
4+
45
from integration.helpers.resource import current_region_does_not_support
56
from parameterized import parameterized
67
from integration.helpers.base_test import BaseTest

0 commit comments

Comments
 (0)