Skip to content

Commit

Permalink
Mute testCancelViaAsyncSearchDelete
Browse files Browse the repository at this point in the history
With this commit we mute `CrossClusterAsyncSearchIT#testCancelViaAsyncSearchDelete`.

Relates elastic#99519
  • Loading branch information
danielmitterdorfer committed Oct 6, 2023
1 parent e0f8619 commit 4ee6761
Showing 1 changed file with 1 addition 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

0 comments on commit 4ee6761

Please sign in to comment.