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

Commit 491eaf1

Browse files
committed
Disable vllm and openrouter due to flakyness
Signed-off-by: Radoslav Dimitrov <radoslav@stacklok.com>
1 parent 24e08e5 commit 491eaf1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fail-fast: false # Continue running other tests if one fails
2727
matrix:
2828
python-version: [ "3.12" ]
29-
test-provider: [ "copilot", "openai", "anthropic", "vllm", "llamacpp", "openrouter" ]
29+
test-provider: [ "copilot", "openai", "anthropic", "llamacpp" ]
3030
env:
3131
ENV_COPILOT_KEY: ${{ secrets.copilot-key }}
3232
ENV_OPENAI_KEY: ${{ secrets.copilot-key }} # We use the same key for OpenAI as the Copilot tests

0 commit comments

Comments
 (0)