From 5133e474c2948fc649119afefa5e257033d2a918 Mon Sep 17 00:00:00 2001 From: Hongsheng Zhong Date: Tue, 24 Oct 2023 17:27:52 +0800 Subject: [PATCH] Disable CDCE2EIT for now --- .../test/e2e/data/pipeline/cases/cdc/CDCE2EIT.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/e2e/operation/pipeline/src/test/java/org/apache/shardingsphere/test/e2e/data/pipeline/cases/cdc/CDCE2EIT.java b/test/e2e/operation/pipeline/src/test/java/org/apache/shardingsphere/test/e2e/data/pipeline/cases/cdc/CDCE2EIT.java index 4fbbd4cdc9f40..c4d2337a2f565 100644 --- a/test/e2e/operation/pipeline/src/test/java/org/apache/shardingsphere/test/e2e/data/pipeline/cases/cdc/CDCE2EIT.java +++ b/test/e2e/operation/pipeline/src/test/java/org/apache/shardingsphere/test/e2e/data/pipeline/cases/cdc/CDCE2EIT.java @@ -54,6 +54,7 @@ import org.apache.shardingsphere.test.e2e.data.pipeline.framework.param.PipelineTestParameter; import org.apache.shardingsphere.test.e2e.data.pipeline.util.DataSourceExecuteUtils; import org.apache.shardingsphere.test.e2e.env.container.atomic.constants.ProxyContainerConstants; +import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.condition.EnabledIf; import org.junit.jupiter.params.ParameterizedTest; import org.junit.jupiter.params.provider.ArgumentsSource; @@ -79,6 +80,7 @@ /** * CDC E2E IT. */ +@Disabled("TODO Enable MySQL after compatible with com.mysql:mysql-connector-j:8.0") @PipelineE2ESettings(database = { @PipelineE2EDatabaseSettings(type = "MySQL", scenarioFiles = "env/scenario/general/mysql.xml"), @PipelineE2EDatabaseSettings(type = "PostgreSQL", scenarioFiles = "env/scenario/general/postgresql.xml"),