Skip to content

Commit 69322b8

Browse files
author
Dan Choi
committed
add mark
1 parent 3b563e3 commit 69322b8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/integ/test_mxnet_train.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ def test_deploy_model(mxnet_training_job, sagemaker_session):
7272
predictor.predict(data)
7373

7474

75-
@pytest.continous_testing
76-
@pytest.regional_testing
75+
@pytest.mark.continous_testing
76+
@pytest.mark.regional_testing
7777
@pytest.mark.skipif(tests.integ.test_region() not in tests.integ.EI_SUPPORTED_REGIONS,
7878
reason="EI isn't supported in that specific region.")
7979
def test_deploy_model_with_accelerator(mxnet_training_job, sagemaker_session, ei_mxnet_version):

tests/integ/test_tf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ def test_deploy_model(sagemaker_session, tf_training_job):
7777
assert dict_result == list_result
7878

7979

80-
@pytest.continous_testing
81-
@pytest.regional_testing
80+
@pytest.mark.continous_testing
81+
@pytest.mark.regional_testing
8282
@pytest.mark.skipif(tests.integ.test_region() not in tests.integ.EI_SUPPORTED_REGIONS,
8383
reason="EI isn't supported in that specific region.")
8484
@pytest.mark.skipif(PYTHON_VERSION != 'py2', reason="TensorFlow image supports only python 2.")

0 commit comments

Comments
 (0)