Skip to content

Commit 05e0848

Browse files
yangawsEliza Zhang
authored andcommitted
Skip the s3_plugin test before new binary released (aws#177)
1 parent 7a9501e commit 05e0848

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/integration/sagemaker/test_mnist.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ def test_distributed_mnist_ps(sagemaker_session, ecr_image, instance_type, frame
8181
_assert_s3_file_exists(sagemaker_session.boto_region_name, estimator.model_data)
8282

8383

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

0 commit comments

Comments
 (0)