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 3c77951 commit 5620eb8Copy full SHA for 5620eb8
tests/integ/test_tf_script_mode.py
@@ -40,6 +40,8 @@ def instance_type(request):
40
return request.param
41
42
43
+@pytest.mark.skipif(integ.test_region() in integ.HOSTING_NO_P2_REGIONS,
44
+ reason='no ml.p2 instances in these regions')
45
@pytest.mark.skipif(integ.PYTHON_VERSION != 'py3', reason="Script Mode tests are only configured to run with Python 3")
46
def test_mnist(sagemaker_session, instance_type):
47
estimator = TensorFlow(entry_point=SCRIPT,
0 commit comments