Skip to content

Commit ef4f888

Browse files
author
Ignacio Quintero
committed
Enable MXNet local test
1 parent 427bb4e commit ef4f888

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/integ/test_local_mode.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
import time
1818

1919
import numpy
20-
import pytest
2120

2221
from sagemaker.local import LocalSession, LocalSagemakerRuntimeClient, LocalSagemakerClient
2322
from sagemaker.mxnet import MXNet
@@ -44,8 +43,7 @@ def _initialize(self, boto_session, sagemaker_client, sagemaker_runtime_client):
4443
'local':
4544
{
4645
'local_code': True,
47-
'region_name': DEFAULT_REGION,
48-
'serving_port': 8081
46+
'region_name': DEFAULT_REGION
4947
}
5048
}
5149

@@ -263,7 +261,6 @@ def test_mxnet_local_mode(sagemaker_local_session):
263261
fcntl.lockf(local_mode_lock, fcntl.LOCK_UN)
264262

265263

266-
@pytest.mark.skip(reason='Latest images not released yet')
267264
def test_mxnet_local_data_local_script():
268265
local_mode_lock_fd = open(LOCK_PATH, 'w')
269266
local_mode_lock = local_mode_lock_fd.fileno()

0 commit comments

Comments
 (0)