From 6bb0099c3213c4a24734944370dfd26e8b088ae4 Mon Sep 17 00:00:00 2001 From: Saravana Kumar Date: Fri, 13 Mar 2020 20:16:09 -0700 Subject: [PATCH] Revert "Revert "add py2 fixture for tf2.x test (#310)" (#319)" This reverts commit 7e634d88025f5c17000e63838f9f5812de8afd0b. --- test/integration/sagemaker/test_mnist.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration/sagemaker/test_mnist.py b/test/integration/sagemaker/test_mnist.py index 1bcceb73..ab2d033c 100644 --- a/test/integration/sagemaker/test_mnist.py +++ b/test/integration/sagemaker/test_mnist.py @@ -146,6 +146,7 @@ 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')