Skip to content

Commit b414ab4

Browse files
committed
test
1 parent 0ff606e commit b414ab4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-postgres/src/test/java/org/apache/flink/cdc/connectors/postgres/source/PostgresPipelineITCaseTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060

6161
import org.junit.jupiter.api.AfterEach;
6262
import org.junit.jupiter.api.BeforeEach;
63+
import org.junit.jupiter.api.Disabled;
6364
import org.junit.jupiter.api.Test;
6465
import org.junit.jupiter.params.ParameterizedTest;
6566
import org.junit.jupiter.params.provider.Arguments;
@@ -297,6 +298,7 @@ public void testLatestOffsetStartupMode() throws Exception {
297298
}
298299

299300
@Test
301+
@Disabled()
300302
public void testSchemaChangeEvents() throws Exception {
301303
inventoryDatabase.createAndInitialize();
302304
initializePostgresTable(POSTGRES_CONTAINER, "ddl_audit");

0 commit comments

Comments
 (0)