Skip to content

Commit

Permalink
[CI] Mute TransformContinuousIT.testContinousEvents
Browse files Browse the repository at this point in the history
  • Loading branch information
jimczi committed Dec 16, 2020
1 parent d076ed2 commit 33be889
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
import org.elasticsearch.test.rest.ESRestTestCase;
import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;

import java.io.IOException;
import java.lang.annotation.Annotation;
Expand Down Expand Up @@ -151,6 +152,7 @@ public void removePipelines() throws IOException {
deletePipeline(ContinuousTestCase.INGEST_PIPELINE);
}

@Ignore("https://github.com/elastic/elasticsearch/issues/66410")
public void testContinousEvents() throws Exception {
String sourceIndexName = ContinuousTestCase.CONTINUOUS_EVENTS_SOURCE_INDEX;
DecimalFormat numberFormat = new DecimalFormat("000", new DecimalFormatSymbols(Locale.ROOT));
Expand Down

0 comments on commit 33be889

Please sign in to comment.