Skip to content

Commit

Permalink
[ci] Renable SchemaHistoryTopicIT and TransactionMetadataIT
Browse files Browse the repository at this point in the history
  • Loading branch information
Naros committed Feb 12, 2024
1 parent ae21fa5 commit d895bc1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
import org.apache.kafka.connect.source.SourceRecord;
import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;

import io.debezium.config.Configuration;
Expand All @@ -34,7 +33,6 @@
*
* @author Jiri Pechanec
*/
@Ignore
public class SchemaHistoryTopicIT extends AbstractConnectorTest {

private Db2Connection connection;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
import org.apache.kafka.connect.source.SourceRecord;
import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;

import io.debezium.config.Configuration;
Expand All @@ -28,7 +27,6 @@
*
* @author Jiri Pechanec
*/
@Ignore
public class TransactionMetadataIT extends AbstractConnectorTest {

private Db2Connection connection;
Expand Down

0 comments on commit d895bc1

Please sign in to comment.