mark SearchAsyncActionTests.testFanOutAndCollect as AwaitsFix

This commit is contained in:
Vladimir Dolzhenko 2018-07-05 09:39:54 +02:00
parent 1e8e3f6dae
commit dabf2b41e0
1 changed files with 1 additions and 0 deletions

View File

@ -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);