parent
bb852ab2e7
commit
0fac152188
|
@ -6,6 +6,7 @@
|
|||
|
||||
package org.elasticsearch.xpack.search;
|
||||
|
||||
import org.apache.lucene.util.LuceneTestCase;
|
||||
import org.elasticsearch.ExceptionsHelper;
|
||||
import org.elasticsearch.action.index.IndexRequestBuilder;
|
||||
import org.elasticsearch.common.settings.Settings;
|
||||
|
@ -37,6 +38,7 @@ import static org.hamcrest.Matchers.lessThan;
|
|||
import static org.hamcrest.Matchers.lessThanOrEqualTo;
|
||||
|
||||
@ESIntegTestCase.SuiteScopeTestCase
|
||||
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/56765")
|
||||
public class AsyncSearchActionIT extends AsyncSearchIntegTestCase {
|
||||
private static String indexName;
|
||||
private static int numShards;
|
||||
|
|
Loading…
Reference in New Issue