Skip to content

Commit 99d7623

Browse files
committed
Disable McpRegistryClientTest for now
1 parent 4493d68 commit 99d7623

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mcp/deployment/src/test/java/io/quarkiverse/langchain4j/mcp/test/registryclient/McpRegistryClientTest.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
import org.jboss.shrinkwrap.api.ShrinkWrap;
1111
import org.jboss.shrinkwrap.api.asset.StringAsset;
1212
import org.jboss.shrinkwrap.api.spec.JavaArchive;
13+
import org.junit.jupiter.api.Disabled;
1314
import org.junit.jupiter.api.Test;
1415
import org.junit.jupiter.api.extension.RegisterExtension;
1516
import org.slf4j.Logger;
@@ -29,6 +30,9 @@
2930
* We might want to stop depending on it and instead run our own subregistry when we have a suitable SDK
3031
* available to do that for testing. Another option is to introduce a mock that substitutes it.
3132
*/
33+
@Disabled("Need to upgrade to a version " +
34+
"that contains https://github.com/langchain4j/langchain4j/pull/3793 to be " +
35+
"able to fix this test")
3236
public class McpRegistryClientTest {
3337

3438
private static final Logger log = LoggerFactory.getLogger(McpRegistryClientTest.class);

0 commit comments

Comments
 (0)