File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 139
139
"af-south-1" ,
140
140
"eu-south-1" ,
141
141
]
142
+ NO_CANVAS_REGIONS = [
143
+ "ca-central-1" ,
144
+ "eu-north-1" ,
145
+ "eu-west-2" ,
146
+ "sa-east-1" ,
147
+ "us-west-1" ,
148
+ ]
142
149
NO_MODEL_MONITORING_REGIONS = ["me-south-1" , "af-south-1" , "eu-south-1" ]
143
150
DRIFT_CHECK_BASELINES_SUPPORTED_REGIONS = [
144
151
"us-east-2" ,
Original file line number Diff line number Diff line change @@ -330,7 +330,8 @@ def test_best_candidate(
330
330
331
331
332
332
@pytest .mark .skipif (
333
- tests .integ .test_region () in tests .integ .NO_AUTO_ML_REGIONS ,
333
+ tests .integ .test_region () in tests .integ .NO_AUTO_ML_REGIONS
334
+ or tests .integ .test_region () in tests .integ .NO_CANVAS_REGIONS ,
334
335
reason = "AutoML is not supported in the region yet." ,
335
336
)
336
337
@pytest .mark .release
You can’t perform that action at this time.
0 commit comments