Skip to content

Commit

Permalink
[ci] Ignore Db2OnlineDefaultValueIT
Browse files Browse the repository at this point in the history
  • Loading branch information
Naros committed Feb 12, 2024
1 parent eb2fc22 commit a1b6891
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
*/
package io.debezium.connector.db2;

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

@Rule
Expand Down

0 comments on commit a1b6891

Please sign in to comment.