Skip to content

Commit

Permalink
[ci] Renable Db2OfflineDefaultValueIT and Db2OnlineDefaultValueIT
Browse files Browse the repository at this point in the history
  • Loading branch information
Naros committed Feb 12, 2024
1 parent 7d64d78 commit eb2fc22
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 @@ -8,7 +8,6 @@
import java.sql.SQLException;

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

import io.debezium.config.Configuration;
import io.debezium.connector.db2.util.TestHelper;
Expand All @@ -20,7 +19,6 @@
*
* @author Chris Cranford
*/
@Ignore
public class Db2OfflineDefaultValueIT extends AbstractDb2DefaultValueIT {

@Before
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*/
package io.debezium.connector.db2;

import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.TestRule;
Expand All @@ -22,7 +21,6 @@
*
* @author Chris Cranford
*/
@Ignore
public class Db2OnlineDefaultValueIT extends AbstractDb2DefaultValueIT {

@Rule
Expand Down

0 comments on commit eb2fc22

Please sign in to comment.