DBZ-7947 Correctly skip test not supported by read only mode

This commit is contained in:
mfvitale 2024-06-13 14:06:17 +02:00 committed by Jiri Pechanec
parent c0021ca53d
commit 70fba6561b

View File

@ -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<String> enumValues) throws InterruptedException {