This is an automated email from the ASF dual-hosted git repository.

wenjin272 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-agents.git


The following commit(s) were added to refs/heads/main by this push:
     new e047ab8cf [e2e][java] Temporarily disable Mem0 cross-language test 
(#1089)
e047ab8cf is described below

commit e047ab8cf0eeeb6528cdc714361479463d66ecf4
Author: Wenjin Xie <[email protected]>
AuthorDate: Thu Sep 3 00:51:26 2026 +0800

    [e2e][java] Temporarily disable Mem0 cross-language test (#1089)
    
    Generated-by: Codex 0.144.5 (GPT-5)
    
    Co-authored-by: Codex <[email protected]>
---
 .../org/apache/flink/agents/resource/test/Mem0LongTermMemoryTest.java   | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/e2e-test/flink-agents-end-to-end-tests-resource-cross-language/src/test/java/org/apache/flink/agents/resource/test/Mem0LongTermMemoryTest.java
 
b/e2e-test/flink-agents-end-to-end-tests-resource-cross-language/src/test/java/org/apache/flink/agents/resource/test/Mem0LongTermMemoryTest.java
index c6dce1550..0aa31fd5f 100644
--- 
a/e2e-test/flink-agents-end-to-end-tests-resource-cross-language/src/test/java/org/apache/flink/agents/resource/test/Mem0LongTermMemoryTest.java
+++ 
b/e2e-test/flink-agents-end-to-end-tests-resource-cross-language/src/test/java/org/apache/flink/agents/resource/test/Mem0LongTermMemoryTest.java
@@ -27,6 +27,7 @@ import 
org.apache.flink.streaming.api.environment.StreamExecutionEnvironment;
 import org.apache.flink.util.CloseableIterator;
 import org.junit.jupiter.api.Assertions;
 import org.junit.jupiter.api.Assumptions;
+import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.params.ParameterizedTest;
 import org.junit.jupiter.params.provider.ValueSource;
 
@@ -60,6 +61,7 @@ import static 
org.apache.flink.agents.resource.test.Mem0LongTermMemoryAgent.OLLA
  *       MILVUS_URI} env var
  * </ul>
  */
+@Disabled("Disabled until #1087 is resolved")
 public class Mem0LongTermMemoryTest {
 
     private final boolean embeddingReady;

Reply via email to