Skip to content

Commit

Permalink
Mute testContinuousEvents (#103986) (#103992)
Browse files Browse the repository at this point in the history
Relates #97263
  • Loading branch information
kingherc authored Jan 5, 2024
1 parent 9af9d6f commit 610ffa3
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 610ffa3

Please sign in to comment.