Skip to content

Commit 94643d7

Browse files
committed
Switch which MXNet test to run for continuous testing
1 parent 06e4eb7 commit 94643d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integ/test_mxnet_train.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ def mxnet_training_job(sagemaker_session, mxnet_full_version):
4242
return mx.latest_training_job.name
4343

4444

45+
@pytest.mark.continuous_testing
4546
def test_attach_deploy(mxnet_training_job, sagemaker_session):
4647
endpoint_name = 'test-mxnet-attach-deploy-{}'.format(sagemaker_timestamp())
4748

@@ -52,7 +53,6 @@ def test_attach_deploy(mxnet_training_job, sagemaker_session):
5253
predictor.predict(data)
5354

5455

55-
@pytest.mark.continuous_testing
5656
def test_deploy_model(mxnet_training_job, sagemaker_session):
5757
endpoint_name = 'test-mxnet-deploy-model-{}'.format(sagemaker_timestamp())
5858

0 commit comments

Comments
 (0)