Skip to content

Commit

Permalink
Integ test updates
Browse files Browse the repository at this point in the history
  • Loading branch information
samruds committed May 17, 2024
1 parent f6f8116 commit 166e570
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/integ/sagemaker/serve/test_serve_tei.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,10 @@ def model_builder(request):
return request.getfixturevalue(request.param)


@pytest.mark.skipif(PYTHON_VERSION_IS_NOT_310)
@pytest.mark.skipif(
PYTHON_VERSION_IS_NOT_310,
reason="Testing feature needs latest metadata",
)
@pytest.mark.parametrize("model_builder", ["model_builder_model_schema_builder"], indirect=True)
def test_tei_sagemaker_endpoint(sagemaker_session, model_builder, model_input):
logger.info("Running in SAGEMAKER_ENDPOINT mode...")
Expand Down

0 comments on commit 166e570

Please sign in to comment.