fix(tests): add t.Parallel() to mcp streamable subtests
This commit is contained in:
parent
6dd30a0c77
commit
131f33f084
1 changed files with 2 additions and 0 deletions
|
|
@ -415,6 +415,8 @@ func TestConnectServer_StreamableHTTPRequestResponseMode(t *testing.T) {
|
||||||
|
|
||||||
for _, transportType := range []string{"http", "streamable-http"} {
|
for _, transportType := range []string{"http", "streamable-http"} {
|
||||||
t.Run(transportType, func(t *testing.T) {
|
t.Run(transportType, func(t *testing.T) {
|
||||||
|
t.Parallel()
|
||||||
|
|
||||||
server := sdkmcp.NewServer(&sdkmcp.Implementation{
|
server := sdkmcp.NewServer(&sdkmcp.Implementation{
|
||||||
Name: "streamable-test-server",
|
Name: "streamable-test-server",
|
||||||
Version: "1.0.0",
|
Version: "1.0.0",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue