Skip to content

Commit 73881ea

Browse files
committed
fix: skip integration test that requires LLM provider in CI
1 parent 0d8ecfe commit 73881ea

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

engine/engine_integration_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ func drainStream(ctx context.Context, ch <-chan StreamEvent, timeout time.Durati
5555
// ──────────────────────────────────────────────────────────────────────────────
5656

5757
func TestIntegration_FullSessionFlow(t *testing.T) {
58+
t.Skip("requires configured LLM provider — run manually with ANTHROPIC_API_KEY set")
5859
sess := newTestSession()
5960

6061
// Add user message and assistant response to simulate a flow.

0 commit comments

Comments
 (0)