From 2d0713c2fc5a457578635b03b7a00e970ce534ee Mon Sep 17 00:00:00 2001 From: Mason Daugherty Date: Fri, 22 Aug 2025 16:40:03 -0400 Subject: [PATCH] fix(infra): ollama CI --- libs/partners/ollama/Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/libs/partners/ollama/Makefile b/libs/partners/ollama/Makefile index 9c9700b1eee..89d253dda57 100644 --- a/libs/partners/ollama/Makefile +++ b/libs/partners/ollama/Makefile @@ -29,11 +29,6 @@ integration_test: OLLAMA_TEST_MODEL=$(OLLAMA_TEST_MODEL) OLLAMA_REASONING_TEST_MODEL=$(OLLAMA_REASONING_TEST_MODEL) uv run --group test --group test_integration pytest $(TEST_FILE) # CI integration tests - disabled until ollama service is configured in CI -integration_tests: - @echo "❌ Integration tests are disabled for CI until ollama service is configured" - @echo " Use 'make integration_test' to run locally with ollama service" - @echo " TODO: configure ollama server to run in CI (see GitHub issue)" - @exit 1 ###################### # LINTING AND FORMATTING