Skip to content

Commit

Permalink
[FLINK-21519] Temporarily disable SQLClientHBaseITCase
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidwys committed Apr 9, 2021
1 parent 440ec74 commit 6faaa37
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
import org.junit.Assert;
import org.junit.Before;
import org.junit.ClassRule;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.experimental.categories.Category;
Expand Down Expand Up @@ -68,6 +69,7 @@
/** End-to-end test for the HBase connectors. */
@RunWith(Parameterized.class)
@Category(value = {TravisGroup1.class, PreCommit.class, FailsOnJava11.class})
@Ignore("FLINK-21519")
public class SQLClientHBaseITCase extends TestLogger {

private static final Logger LOG = LoggerFactory.getLogger(SQLClientHBaseITCase.class);
Expand Down

0 comments on commit 6faaa37

Please sign in to comment.