We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d8ecfe commit 73881eaCopy full SHA for 73881ea
1 file changed
engine/engine_integration_test.go
@@ -55,6 +55,7 @@ func drainStream(ctx context.Context, ch <-chan StreamEvent, timeout time.Durati
55
// ──────────────────────────────────────────────────────────────────────────────
56
57
func TestIntegration_FullSessionFlow(t *testing.T) {
58
+ t.Skip("requires configured LLM provider — run manually with ANTHROPIC_API_KEY set")
59
sess := newTestSession()
60
61
// Add user message and assistant response to simulate a flow.
0 commit comments