diff --git a/litellm/tests/test_fine_tuning_api.py b/litellm/tests/test_fine_tuning_api.py index 4d8c0257a..4a46454b6 100644 --- a/litellm/tests/test_fine_tuning_api.py +++ b/litellm/tests/test_fine_tuning_api.py @@ -187,6 +187,7 @@ async def test_azure_create_fine_tune_jobs_async(): @pytest.mark.asyncio() +@pytest.mark.skip(reason="skipping until we can cancel fine tuning jobs") async def test_create_vertex_fine_tune_jobs(): try: verbose_logger.setLevel(logging.DEBUG)