diff --git a/debezium-connector-postgres/src/test/java/io/debezium/connector/postgresql/ReadOnlyIncrementalSnapshotIT.java b/debezium-connector-postgres/src/test/java/io/debezium/connector/postgresql/ReadOnlyIncrementalSnapshotIT.java index 891b329b1..25ab17378 100644 --- a/debezium-connector-postgres/src/test/java/io/debezium/connector/postgresql/ReadOnlyIncrementalSnapshotIT.java +++ b/debezium-connector-postgres/src/test/java/io/debezium/connector/postgresql/ReadOnlyIncrementalSnapshotIT.java @@ -202,6 +202,12 @@ public void insertDeleteWatermarkingStrategy() throws Exception { // test has not to be executed on read only } + @Test + @Override + public void snapshotPartitionedTable() throws Exception { + super.snapshotPartitionedTable(); + } + @Override protected void assertExpectedRecordsEnumPk(List enumValues) throws InterruptedException {