Skip to content

Commit

Permalink
[ci] Renable Db2ReselectColumnsProcessorIT and Db2ConnectionIT
Browse files Browse the repository at this point in the history
  • Loading branch information
Naros committed Feb 12, 2024
1 parent d895bc1 commit 6273876
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/test/java/io/debezium/connector/db2/Db2ConnectionIT.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

package io.debezium.connector.db2;

import org.junit.Ignore;
import org.junit.Test;

import io.debezium.connector.db2.util.TestHelper;
Expand All @@ -16,7 +15,6 @@
*
* @author Horia Chiorean ([email protected])
*/
@Ignore
public class Db2ConnectionIT {

@Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;

import io.debezium.config.Configuration;
import io.debezium.connector.db2.util.TestHelper;
Expand All @@ -21,7 +20,6 @@
*
* @author Chris Cranford
*/
@Ignore
public class Db2ReselectColumnsProcessorIT extends AbstractReselectProcessorTest<Db2Connector> {

private Db2Connection connection;
Expand Down

0 comments on commit 6273876

Please sign in to comment.