mirror of
https://github.com/sipeed/picoclaw.git
synced 2026-06-12 18:08:54 +00:00
fix(tests): add t.Parallel() to mcp streamable subtests
This commit is contained in:
@@ -415,6 +415,8 @@ func TestConnectServer_StreamableHTTPRequestResponseMode(t *testing.T) {
|
||||
|
||||
for _, transportType := range []string{"http", "streamable-http"} {
|
||||
t.Run(transportType, func(t *testing.T) {
|
||||
t.Parallel()
|
||||
|
||||
server := sdkmcp.NewServer(&sdkmcp.Implementation{
|
||||
Name: "streamable-test-server",
|
||||
Version: "1.0.0",
|
||||
|
||||
Reference in New Issue
Block a user