Skip to content

Commit

Permalink
Mute testCancelViaAsyncSearchDelete (elastic#100384)
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 60183c8 commit a3d8062
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 a3d8062

Please sign in to comment.