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 0eade55 commit 7248043Copy full SHA for 7248043
tests/integ/test_edge.py
@@ -58,10 +58,7 @@ def mxnet_training_job(
58
return mx.latest_training_job.name
59
60
61
-@pytest.mark.skipif(
62
- test_region() not in EDGE_PACKAGING_SUPPORTED_REGIONS,
63
- reason="Edge packaging isn't supported in that specific region.",
64
-)
+@pytest.mark.skip(reason="Edge has been deprecated. Skipping until feature team deprecates functionality.")
65
def test_edge_packaging_job(mxnet_training_job, sagemaker_session):
66
estimator = MXNet.attach(mxnet_training_job, sagemaker_session=sagemaker_session)
67
model = estimator.compile_model(
0 commit comments