Skip to content

Commit 6d0ed4e

Browse files
committed
test(integration): serialize abort provider leak checks
1 parent f771cff commit 6d0ed4e

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

tests/integration/abort_provider_stream_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ import (
1616
// while a Chat call is in flight properly closes the HTTP connection.
1717
// Uses a stalling SSE server that only responds if data flows from it.
1818
func TestAnthropicChat_AbortContextCancel(t *testing.T) {
19-
t.Parallel()
20-
2119
// Start a stalling SSE server
2220
server := newStallingSSEServer(t)
2321
defer server.Close()
@@ -68,8 +66,6 @@ func TestAnthropicChat_AbortContextCancel(t *testing.T) {
6866

6967
// TestOpenAIChat_AbortContextCancel mirrors the Anthropic test for OpenAI-compatible providers.
7068
func TestOpenAIChat_AbortContextCancel(t *testing.T) {
71-
t.Parallel()
72-
7369
server := newStallingSSEServer(t)
7470
defer server.Close()
7571

0 commit comments

Comments
 (0)