Skip to content

Commit

Permalink
Mute testContinuousEvents (elastic#103986)
Browse files Browse the repository at this point in the history
  • Loading branch information
kingherc committed Jan 5, 2024
1 parent 9af9d6f commit a6e330e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ public void removePipelines() throws IOException {
deletePipeline(ContinuousTestCase.INGEST_PIPELINE);
}

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

0 comments on commit a6e330e

Please sign in to comment.