Skip to content

Commit

Permalink
[FLINK-21796][FLINK-17510] Disable tests that use KafkaResource
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidwys committed Apr 20, 2021
1 parent cd3415f commit 13d7e55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,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 @@ -65,6 +66,7 @@
/** End-to-end test for the kafka SQL connectors. */
@RunWith(Parameterized.class)
@Category(value = {TravisGroup1.class, FailsOnJava11.class})
@Ignore("FLINK-21796")
public class SQLClientKafkaITCase extends TestLogger {

private static final Logger LOG = LoggerFactory.getLogger(SQLClientKafkaITCase.class);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
import org.apache.flink.util.TestLogger;

import org.junit.Assert;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.experimental.categories.Category;
Expand All @@ -52,6 +53,7 @@
/** End-to-end test for the kafka connectors. */
@RunWith(Parameterized.class)
@Category(value = {TravisGroup1.class, PreCommit.class, FailsOnJava11.class})
@Ignore("FLINK-17510")
public class StreamingKafkaITCase extends TestLogger {

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

0 comments on commit 13d7e55

Please sign in to comment.