Skip to content

Commit 17f2615

Browse files
Mute AsyncSearchActionIT.testRetryVersionConflict (#64918)
Relates #63948
1 parent d672eaf commit 17f2615

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugin/async-search/src/internalClusterTest/java/org/elasticsearch/xpack/search/AsyncSearchActionIT.java

+1
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,7 @@ public void testSearchPhaseFailureNoCause() throws Exception {
461461
ensureTaskNotRunning(response.getId());
462462
}
463463

464+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/63948")
464465
public void testRetryVersionConflict() throws Exception {
465466
SubmitAsyncSearchRequest request = new SubmitAsyncSearchRequest(indexName);
466467
request.setWaitForCompletionTimeout(TimeValue.timeValueMinutes(10));

0 commit comments

Comments
 (0)