We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3660b9 commit 2237183Copy full SHA for 2237183
tests/integ/test_tf.py
@@ -43,6 +43,11 @@
43
44
45
@pytest.mark.release
46
+@pytest.mark.skipif(
47
+ tests.integ.test_region() in tests.integ.TRAINING_NO_P2_REGIONS
48
+ and tests.integ.test_region() in tests.integ.TRAINING_NO_P3_REGIONS,
49
+ reason="no ml.p2 or ml.p3 instances in this region",
50
+)
51
def test_framework_processing_job_with_deps(
52
sagemaker_session,
53
gpu_instance_type_list,
0 commit comments