Browse Source

HOTFIX: disabled application-reset-tool integration test

Author: Matthias J. Sax <matthias@confluent.io>

Reviewers: Ismael Juma <ismael@juma.me.uk>

Closes #1785 from mjsax/disableTest
pull/1786/merge
Matthias J. Sax 8 years ago committed by Ismael Juma
parent
commit
4cdb96f4c3
  1. 2
      streams/src/test/java/org/apache/kafka/streams/integration/ResetIntegrationTest.java

2
streams/src/test/java/org/apache/kafka/streams/integration/ResetIntegrationTest.java

@ -41,6 +41,7 @@ import org.apache.kafka.test.TestUtils; @@ -41,6 +41,7 @@ import org.apache.kafka.test.TestUtils;
import org.junit.Assert;
import org.junit.BeforeClass;
import org.junit.ClassRule;
import org.junit.Ignore;
import org.junit.Test;
import java.util.Collections;
@ -79,6 +80,7 @@ public class ResetIntegrationTest { @@ -79,6 +80,7 @@ public class ResetIntegrationTest {
CLUSTER.createTopic(INTERMEDIATE_USER_TOPIC);
}
@Ignore
@Test
public void testReprocessingFromScratchAfterReset() throws Exception {
final Properties streamsConfiguration = prepareTest();

Loading…
Cancel
Save