Skip to content

Commit

Permalink
[ci] Renable BlockingSnapshotIT and NotificationsIT
Browse files Browse the repository at this point in the history
  • Loading branch information
Naros committed Feb 12, 2024
1 parent a1b6891 commit 754243f
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 @@ -11,7 +11,6 @@

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

import io.debezium.config.Configuration;
Expand All @@ -21,7 +20,6 @@
import io.debezium.pipeline.AbstractBlockingSnapshotTest;
import io.debezium.util.Testing;

@Ignore
public class BlockingSnapshotIT extends AbstractBlockingSnapshotTest {

private Db2Connection connection;
Expand Down
2 changes: 0 additions & 2 deletions src/test/java/io/debezium/connector/db2/NotificationsIT.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,12 @@

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

import io.debezium.config.Configuration;
import io.debezium.connector.db2.util.TestHelper;
import io.debezium.pipeline.notification.AbstractNotificationsIT;
import io.debezium.util.Testing;

@Ignore
public class NotificationsIT extends AbstractNotificationsIT<Db2Connector> {

private Db2Connection connection;
Expand Down

0 comments on commit 754243f

Please sign in to comment.