Skip to content

Commit

Permalink
Revert "[FLINK-21796] Temporarily disable SQLClientKafkaITCase"
Browse files Browse the repository at this point in the history
This reverts commit 18a9f02.
  • Loading branch information
dawidwys committed Mar 31, 2021
1 parent f0edabf commit 2d76d17
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,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 @@ -66,7 +65,6 @@
/** End-to-end test for the kafka SQL connectors. */
@RunWith(Parameterized.class)
@Category(value = {TravisGroup1.class, FailsOnJava11.class})
@Ignore // temporarily disabled due to frequent failures
public class SQLClientKafkaITCase extends TestLogger {

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

0 comments on commit 2d76d17

Please sign in to comment.