Skip to content

Commit bb7563f

Browse files
mufaddal-rohawalajeniyat
authored andcommitted
fix: Add CMH to the non-P3 list (#2904)
1 parent dd31f0a commit bb7563f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/conftest.py

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
"ap-northeast-1", # it has p3, but not enough
5555
"ap-south-1",
5656
"ap-northeast-2", # it has p3, but not enough
57+
"us-east-2", # it has p3, but not enough
5758
]
5859

5960
NO_T2_REGIONS = ["eu-north-1", "ap-east-1", "me-south-1"]

tests/integ/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
"ap-northeast-1", # it has p3, but not enough
8484
"ap-south-1",
8585
"ap-northeast-2", # it has p3, but not enough
86+
"us-east-2", # it has p3, but not enough
8687
]
8788

8889
# EI is currently only supported in the following regions

0 commit comments

Comments
 (0)