Skip to content

Commit 7acb57e

Browse files
author
Roja Reddy Sareddy
committed
update SKLearn image URI config
1 parent a41acbe commit 7acb57e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integ/sagemaker/serve/test_serve_mlflow_tensorflow_flavor_happy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def tensorflow_schema_builder(custom_request_translator, custom_response_transla
106106
@pytest.mark.skipif(
107107
PYTHON_VERSION_IS_NOT_310,
108108
np.__version__ >= "2.0.0",
109-
reason="The goal of these test are to test the serving components of our feature",
109+
reason="The goal of these test are to test the serving components of our feature and the input model artifacts used here are generated with py310 and numpy<2",
110110
)
111111
def test_happy_tensorflow_sagemaker_endpoint_with_tensorflow_serving(
112112
sagemaker_session,

0 commit comments

Comments
 (0)