|
@@ -1358,6 +1358,7 @@ public class CrossClusterAsyncSearchIT extends AbstractMultiClustersTestCase {
|
|
|
assertThat(json, matchesRegex(".*task (was)?\s*cancelled.*"));
|
|
|
}
|
|
|
|
|
|
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/102450")
|
|
|
public void testCancelViaAsyncSearchDelete() throws Exception {
|
|
|
Map<String, Object> testClusterInfo = setupTwoClusters();
|
|
|
String localIndex = (String) testClusterInfo.get("local.index");
|