diff --git a/tests/integ/sagemaker/serve/test_serve_pt_happy.py b/tests/integ/sagemaker/serve/test_serve_pt_happy.py index 0887b8394f..f533942037 100644 --- a/tests/integ/sagemaker/serve/test_serve_pt_happy.py +++ b/tests/integ/sagemaker/serve/test_serve_pt_happy.py @@ -181,6 +181,7 @@ def model_builder(request): # ), f"{caught_ex} was thrown when running pytorch squeezenet local container test" +@pytest.mark.skip(reason="Failing test. Fix is pending.") @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",