Skip to content

Commit 53580ab

Browse files
authored
Skip ap-northeast-2 for TF tests due to instability (#4886)
1 parent 0798fab commit 53580ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sagemaker_tests/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def invoke_sm_helper_function(ecr_image, sagemaker_regions, test_function, *test
184184
)
185185
# Skip tests if region is ap-northeast-2
186186
if region == "ap-northeast-2" and "tensorflow" in ecr_image:
187-
continue
187+
return
188188
try:
189189
test_function(tested_ecr_image, sagemaker_session, *test_function_args)
190190
return

0 commit comments

Comments
 (0)