Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit 725907e

Browse files
committed
Leave the option to run ollama tests locally
Signed-off-by: Radoslav Dimitrov <[email protected]>
1 parent 716cca7 commit 725907e

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

tests/integration/integration_tests.py

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -376,13 +376,8 @@ async def main():
376376
logger.error(f"Invalid providers specified: {', '.join(invalid_providers)}")
377377
logger.error(f"Available providers: {', '.join(available_providers)}")
378378
sys.exit(1)
379-
else:
380-
selected_providers = available_providers
381-
382-
# Exclude ollama provider if it's in the list
383-
if "ollama" in selected_providers:
384-
selected_providers.remove("ollama")
385-
logger.info("Excluded 'ollama' provider from tests.")
379+
else:
380+
selected_providers = available_providers
386381

387382
# Get test names if specified
388383
test_names = None

0 commit comments

Comments
 (0)