Skip to content

Commit

Permalink
Revert "[FLINK-21519] Temporarily disable SQLClientHBaseITCase"
Browse files Browse the repository at this point in the history
This reverts commit b1255c4.
  • Loading branch information
dawidwys committed Mar 31, 2021
1 parent 1062666 commit f0edabf
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
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 @@ -67,7 +66,6 @@
import static org.junit.Assert.assertThat;

/** End-to-end test for the HBase connectors. */
@Ignore // disabled because of stalling
@RunWith(Parameterized.class)
@Category(value = {TravisGroup1.class, PreCommit.class, FailsOnJava11.class})
public class SQLClientHBaseITCase extends TestLogger {
Expand Down

0 comments on commit f0edabf

Please sign in to comment.