Skip to content

Commit

Permalink
[FLINK-11826] Ignore flaky testRateLimitedConsumer
Browse files Browse the repository at this point in the history
  • Loading branch information
tweise committed Mar 5, 2019
1 parent 11a8234 commit 56afa2e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
import org.apache.flink.streaming.util.serialization.KeyedDeserializationSchema;

import org.junit.Assert;
import org.junit.Ignore;
import org.junit.Test;

import java.io.ByteArrayInputStream;
Expand Down Expand Up @@ -166,6 +167,7 @@ public void testAutoOffsetRetrievalAndCommitToKafka() throws Exception {
* a desired rate of 3 bytes / second. Based on the execution time, the test asserts that this rate was not surpassed.
* If no rate limiter is set on the consumer, the test should fail.
*/
@Ignore
@Test(timeout = 60000)
public void testRateLimitedConsumer() throws Exception {
final String testTopic = "testRateLimitedConsumer";
Expand Down

0 comments on commit 56afa2e

Please sign in to comment.