Skip to content

Commit c276dac

Browse files
authored
Skip the s3_plugin test before new binary released (#177)
1 parent 686ae25 commit c276dac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/integration/sagemaker/test_mnist.py

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

1717
import boto3
18+
import pytest
1819
from sagemaker.tensorflow import TensorFlow
1920
from six.moves.urllib.parse import urlparse
2021

@@ -80,6 +81,8 @@ def test_distributed_mnist_ps(sagemaker_session, ecr_image, instance_type, frame
8081
_assert_s3_file_exists(sagemaker_session.boto_region_name, estimator.model_data)
8182

8283

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')
8386
def test_s3_plugin(sagemaker_session, ecr_image, instance_type, region, framework_version):
8487
resource_path = os.path.join(os.path.dirname(__file__), '..', '..', 'resources')
8588
script = os.path.join(resource_path, 'mnist', 'mnist_estimator.py')

0 commit comments

Comments
 (0)