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

lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git


The following commit(s) were added to refs/heads/master by this push:
     new 8d4001830b [hotfix] Ignore unstable test: AliyunJson
8d4001830b is described below

commit 8d4001830b0c41af70d4f008de2c0a61eac7c093
Author: JingsongLi <[email protected]>
AuthorDate: Mon Mar 2 21:41:37 2026 +0800

    [hotfix] Ignore unstable test: AliyunJson
---
 .../flink/action/cdc/format/aliyun/AliyunJsonRecordParserTest.java      | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/paimon-flink/paimon-flink-cdc/src/test/java/org/apache/paimon/flink/action/cdc/format/aliyun/AliyunJsonRecordParserTest.java
 
b/paimon-flink/paimon-flink-cdc/src/test/java/org/apache/paimon/flink/action/cdc/format/aliyun/AliyunJsonRecordParserTest.java
index 167f871c73..974eea9766 100644
--- 
a/paimon-flink/paimon-flink-cdc/src/test/java/org/apache/paimon/flink/action/cdc/format/aliyun/AliyunJsonRecordParserTest.java
+++ 
b/paimon-flink/paimon-flink-cdc/src/test/java/org/apache/paimon/flink/action/cdc/format/aliyun/AliyunJsonRecordParserTest.java
@@ -35,6 +35,7 @@ import 
org.apache.paimon.shade.jackson2.com.fasterxml.jackson.databind.JsonNode;
 import 
org.apache.paimon.shade.jackson2.com.fasterxml.jackson.databind.ObjectMapper;
 
 import org.junit.Before;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
@@ -144,6 +145,7 @@ public class AliyunJsonRecordParserTest extends 
KafkaActionITCaseBase {
         }
     }
 
+    @Ignore // TODO unstable test
     @Test
     public void extractUpdateRecord() throws Exception {
         AliyunRecordParser parser =

Reply via email to