From e7f066ea7dfffd55a2b9aa69d1f1ec86c0b9526b Mon Sep 17 00:00:00 2001 From: Ishaan Jaffer Date: Wed, 3 Dec 2025 19:32:30 -0800 Subject: [PATCH] test_hosted_vllm_full_workflow --- tests/batches_tests/test_hosted_vllm_batches_and_files.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/batches_tests/test_hosted_vllm_batches_and_files.py b/tests/batches_tests/test_hosted_vllm_batches_and_files.py index 432dc81bad..aa4d847a45 100644 --- a/tests/batches_tests/test_hosted_vllm_batches_and_files.py +++ b/tests/batches_tests/test_hosted_vllm_batches_and_files.py @@ -26,6 +26,7 @@ SERVER_URL = "https://exampleopenaiendpoint-production-0ee2.up.railway.app/v1" @pytest.mark.asyncio() +@pytest.mark.skip(reason="Local only test") async def test_hosted_vllm_full_workflow(): """ Test the complete workflow: create file -> create batch -> retrieve batch -> retrieve file.