diff --git a/test/integration/sagemaker/test_mnist.py b/test/integration/sagemaker/test_mnist.py index ab2d033c..1bcceb73 100644 --- a/test/integration/sagemaker/test_mnist.py +++ b/test/integration/sagemaker/test_mnist.py @@ -146,7 +146,6 @@ def test_tuning(sagemaker_session, ecr_image, instance_type, framework_version): tuner.wait() -@pytest.mark.skip_py2_containers def test_smdebug(sagemaker_session, ecr_image, instance_type, framework_version): resource_path = os.path.join(os.path.dirname(__file__), '..', '..', 'resources') script = os.path.join(resource_path, 'mnist', 'mnist_smdebug.py')