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 c5eaa5d commit ca8af35Copy full SHA for ca8af35
mcp-test/src/main/java/io/modelcontextprotocol/client/AbstractMcpAsyncClientResiliencyTests.java
@@ -10,6 +10,7 @@
10
import io.modelcontextprotocol.spec.McpClientTransport;
11
import io.modelcontextprotocol.spec.McpSchema;
12
import io.modelcontextprotocol.spec.McpTransport;
13
+import org.junit.jupiter.api.Disabled;
14
import org.junit.jupiter.api.Test;
15
import org.slf4j.Logger;
16
import org.slf4j.LoggerFactory;
@@ -211,6 +212,7 @@ void testCallTool() {
211
212
}
213
214
@Test
215
+ @Disabled("Temporarily disabled")
216
void testSessionClose() {
217
withClient(createMcpTransport(), mcpAsyncClient -> {
218
StepVerifier.create(mcpAsyncClient.initialize()).expectNextCount(1).verifyComplete();
0 commit comments