Skip to content

Commit

Permalink
[CI] Mute TransformContinuousIT.testContinousEvents (#66438)
Browse files Browse the repository at this point in the history
Relates #66410
  • Loading branch information
jimczi committed Dec 16, 2020
1 parent c03a8d7 commit 519d48b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ public void removePipelines() throws IOException {
deletePipeline(ContinuousTestCase.INGEST_PIPELINE);
}

@AwaitsFix(bugUrl="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 519d48b

Please sign in to comment.