Skip to content

Commit

Permalink
[ci] Disable DatatypesFromSnapshotIT again
Browse files Browse the repository at this point in the history
  • Loading branch information
Naros committed Feb 12, 2024
1 parent 3150f40 commit dae880b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
import org.assertj.core.api.Assertions;
import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;

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

private Db2Connection connection;
Expand Down

0 comments on commit dae880b

Please sign in to comment.