Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion tests/test_e2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,9 @@ class TestOpencodeLaunch:
# no stderr beyond the initial `> build · <model>` line, while every
# other configured model returns in ~3s. Backend-side latency we can't
# influence from this repo; skip rather than block CI.
SKIP_MODELS: frozenset[str] = frozenset({"databricks-gemini-3-1-flash-lite"})
SKIP_MODELS: frozenset[str] = frozenset(
{"databricks-gemini-3-1-flash-lite", "databricks-gemini-3-1-flash-lite-image"}
)

def _all_models(self, e2e_state: dict) -> list[tuple[str, str]]:
"""Return [(provider, model_id), ...] for all opencode models."""
Expand Down
Loading