Skip to content

Commit b6c93fa

Browse files
committed
test(transport): register streamable-http disconnect-cancel test (#857)
Add the `[[test]]` entry so the new integration test is only built when its required features (server, transport-streamable-http-server, reqwest) are enabled, matching the other streamable-http test targets.
1 parent 14fc2f3 commit b6c93fa

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

crates/rmcp/Cargo.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,3 +387,12 @@ required-features = [
387387
"transport-streamable-http-client-reqwest",
388388
]
389389
path = "tests/test_streamable_http_connection_reuse.rs"
390+
391+
[[test]]
392+
name = "test_streamable_http_disconnect_cancel"
393+
required-features = [
394+
"server",
395+
"transport-streamable-http-server",
396+
"reqwest",
397+
]
398+
path = "tests/test_streamable_http_disconnect_cancel.rs"

0 commit comments

Comments
 (0)