Skip to content

Commit 70965ff

Browse files
Skip flaky Gemini completion test (#9141)
1 parent 42903e9 commit 70965ff

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

runtime/drivers/gemini/gemini_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ import (
1515
)
1616

1717
func TestCompletion(t *testing.T) {
18+
// Skip because Gemini is too unreliable (sometimes times out, sometimes answers non-deterministically) and it's not worth fixing right now.
19+
t.Skip()
20+
1821
// Setup a basic metrics view with an "event_time" time dimension, "country" dimension, and "count" and "revenue" measures.
1922
rt, instanceID := testruntime.NewInstanceWithOptions(t, testruntime.InstanceOptions{
2023
AIConnector: "gemini",

0 commit comments

Comments
 (0)