We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f771cff commit 6d0ed4eCopy full SHA for 6d0ed4e
1 file changed
tests/integration/abort_provider_stream_test.go
@@ -16,8 +16,6 @@ import (
16
// while a Chat call is in flight properly closes the HTTP connection.
17
// Uses a stalling SSE server that only responds if data flows from it.
18
func TestAnthropicChat_AbortContextCancel(t *testing.T) {
19
- t.Parallel()
20
-
21
// Start a stalling SSE server
22
server := newStallingSSEServer(t)
23
defer server.Close()
@@ -68,8 +66,6 @@ func TestAnthropicChat_AbortContextCancel(t *testing.T) {
68
66
69
67
// TestOpenAIChat_AbortContextCancel mirrors the Anthropic test for OpenAI-compatible providers.
70
func TestOpenAIChat_AbortContextCancel(t *testing.T) {
71
72
73
74
75
0 commit comments