Skip to content

Commit

Permalink
[ML][Transform] mute continuous test issue #67887 (#73831)
Browse files Browse the repository at this point in the history
  • Loading branch information
benwtrent authored Jun 7, 2021
1 parent 30da196 commit 54ef4b2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ public void removePipelines() throws IOException {
deletePipeline(ContinuousTestCase.INGEST_PIPELINE);
}


@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/67887")
public void testContinousEvents() throws Exception {
String sourceIndexName = ContinuousTestCase.CONTINUOUS_EVENTS_SOURCE_INDEX;
DecimalFormat numberFormat = new DecimalFormat("000", new DecimalFormatSymbols(Locale.ROOT));
Expand Down Expand Up @@ -615,4 +615,4 @@ private static class TestRestHighLevelClient extends RestHighLevelClient {
super(client(), restClient -> {}, X_CONTENT_ENTRIES);
}
}
}
}

0 comments on commit 54ef4b2

Please sign in to comment.