Skip to content

Commit

Permalink
Revert "[FLINK-21556] Temporarily disable StreamingKafkaITCase"
Browse files Browse the repository at this point in the history
This reverts commit 6f8f307.
  • Loading branch information
dawidwys committed Mar 31, 2021
1 parent 2d76d17 commit 08c57d4
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
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 @@ -49,7 +48,6 @@
import java.util.stream.Collectors;

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

0 comments on commit 08c57d4

Please sign in to comment.