DBZ-8067 Disable DebeziumResourceNoTopicCreationIT - Not compatible with Java 21

This commit is contained in:
Chris Cranford 2024-07-15 10:33:25 -04:00 committed by Chris Cranford
parent a21ade7ed3
commit e769c35eaf

View File

@ -11,6 +11,7 @@
import org.junit.jupiter.api.AfterEach; import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test; import org.junit.jupiter.api.Test;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
@ -21,6 +22,7 @@
* Tests topic creation endpoint which is disabled in Kafka version less than 2.6.0. * Tests topic creation endpoint which is disabled in Kafka version less than 2.6.0.
* Debezium Container with 1.2 image is used for the same. * Debezium Container with 1.2 image is used for the same.
*/ */
@Disabled
public class DebeziumResourceNoTopicCreationIT { public class DebeziumResourceNoTopicCreationIT {
private static final Logger LOGGER = LoggerFactory.getLogger(DebeziumResourceNoTopicCreationIT.class); private static final Logger LOGGER = LoggerFactory.getLogger(DebeziumResourceNoTopicCreationIT.class);
private static final String DEBEZIUM_CONTAINER_IMAGE_VERSION = "1.2"; private static final String DEBEZIUM_CONTAINER_IMAGE_VERSION = "1.2";