diff --git a/tests/integ/test_tf.py b/tests/integ/test_tf.py index ffb16949c8..8e5ff82b17 100644 --- a/tests/integ/test_tf.py +++ b/tests/integ/test_tf.py @@ -43,6 +43,11 @@ @pytest.mark.release +@pytest.mark.skipif( + tests.integ.test_region() in tests.integ.TRAINING_NO_P2_REGIONS + and tests.integ.test_region() in tests.integ.TRAINING_NO_P3_REGIONS, + reason="no ml.p2 or ml.p3 instances in this region", +) def test_framework_processing_job_with_deps( sagemaker_session, gpu_instance_type_list,