We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac3c9b1 commit 74dbce4Copy full SHA for 74dbce4
src/test/kotlin/client/WebSocketTransportTest.kt
@@ -7,9 +7,11 @@ import io.modelcontextprotocol.kotlin.sdk.client.mcpWebSocketTransport
7
import org.junit.jupiter.api.Test
8
import io.modelcontextprotocol.kotlin.sdk.server.mcpWebSocket
9
import io.modelcontextprotocol.kotlin.sdk.server.mcpWebSocketTransport
10
+import org.junit.jupiter.api.Disabled
11
12
class WebSocketTransportTest : BaseTransportTest() {
13
@Test
14
+ @Disabled("Test disabled for investigation #17")
15
fun `should start then close cleanly`() = testApplication {
16
install(WebSockets)
17
routing {
0 commit comments