Skip to content

Commit 80fddef

Browse files
icywang86ruiEliza Zhang
authored andcommitted
Tune test_s3_plugin test (aws#178)
1 parent 05e0848 commit 80fddef

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/integration/sagemaker/test_mnist.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
import os
1616

1717
import boto3
18-
import pytest
1918
from sagemaker.tensorflow import TensorFlow
2019
from sagemaker.tuner import HyperparameterTuner, IntegerParameter
2120
from six.moves.urllib.parse import urlparse
@@ -81,8 +80,6 @@ def test_distributed_mnist_ps(sagemaker_session, ecr_image, instance_type, frame
8180
_assert_s3_file_exists(sagemaker_session.boto_region_name, estimator.model_data)
8281

8382

84-
# TODO: Enable this test when new binary fixing the s3 plugin released
85-
@pytest.mark.skip(reason='Skip the test until new binary released')
8683
def test_s3_plugin(sagemaker_session, ecr_image, instance_type, region, framework_version):
8784
resource_path = os.path.join(os.path.dirname(__file__), '..', '..', 'resources')
8885
script = os.path.join(resource_path, 'mnist', 'mnist_estimator.py')

0 commit comments

Comments
 (0)