mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 18:35:25 +00:00
mark SearchAsyncActionTests.testFanOutAndCollect as AwaitsFix
This commit is contained in:
parent
1e8e3f6dae
commit
dabf2b41e0
@ -256,6 +256,7 @@ public class SearchAsyncActionTests extends ESTestCase {
|
||||
assertEquals(10, numRequests.get());
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/29242")
|
||||
public void testFanOutAndCollect() throws InterruptedException {
|
||||
SearchRequest request = new SearchRequest();
|
||||
request.allowPartialSearchResults(true);
|
||||
|
Loading…
x
Reference in New Issue
Block a user