We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42903e9 commit 70965ffCopy full SHA for 70965ff
1 file changed
runtime/drivers/gemini/gemini_test.go
@@ -15,6 +15,9 @@ import (
15
)
16
17
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
+
21
// Setup a basic metrics view with an "event_time" time dimension, "country" dimension, and "count" and "revenue" measures.
22
rt, instanceID := testruntime.NewInstanceWithOptions(t, testruntime.InstanceOptions{
23
AIConnector: "gemini",
0 commit comments