Skip to content

Commit

Permalink
Merge branch 'main' into profiling-enterprise-license
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticmachine authored Oct 6, 2023
2 parents b0df8cc + 002d941 commit 8ef3b35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1246,6 +1246,7 @@ public void testCancelViaTasksAPI() throws Exception {
assertThat(json, matchesRegex(".*task (was)?\s*cancelled.*"));
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/99519")
public void testCancelViaAsyncSearchDelete() throws Exception {
Map<String, Object> testClusterInfo = setupTwoClusters();
String localIndex = (String) testClusterInfo.get("local.index");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ public void testRollupIndexInTheHotPhaseAfterRollover() throws Exception {
});
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/100271")
public void testTsdbDataStreams() throws Exception {
// Create the ILM policy
DateHistogramInterval fixedInterval = ConfigTestHelpers.randomInterval();
Expand Down

0 comments on commit 8ef3b35

Please sign in to comment.