Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,11 @@ def model_builder(request):
# ), f"{caught_ex} was thrown when running pytorch squeezenet local container test"


@pytest.mark.skipif(
PYTHON_VERSION_IS_NOT_310, # or NOT_RUNNING_ON_INF_EXP_DEV_PIPELINE,
reason="The goal of these test are to test the serving components of our feature",
)
@pytest.mark.skip
# @pytest.mark.skipif(
# PYTHON_VERSION_IS_NOT_310, # or NOT_RUNNING_ON_INF_EXP_DEV_PIPELINE,
# reason="The goal of these test are to test the serving components of our feature",
# )
def test_happy_pytorch_sagemaker_endpoint_with_torch_serve(
sagemaker_session,
squeezenet_schema,
Expand Down
Loading