[TEST] remove AwaitsFix from DeleteByQuery test
This commit is contained in:
parent
cff0ec3972
commit
39c064ce8b
|
@ -19,7 +19,6 @@
|
|||
|
||||
package org.elasticsearch.deleteByQuery;
|
||||
|
||||
import org.apache.lucene.util.LuceneTestCase;
|
||||
import org.elasticsearch.action.ActionWriteResponse;
|
||||
import org.elasticsearch.action.admin.indices.alias.Alias;
|
||||
import org.elasticsearch.action.deletebyquery.DeleteByQueryRequestBuilder;
|
||||
|
@ -52,7 +51,6 @@ public class DeleteByQueryTests extends ElasticsearchIntegrationTest {
|
|||
}
|
||||
|
||||
@Test
|
||||
@LuceneTestCase.AwaitsFix(bugUrl="https://github.com/elasticsearch/elasticsearch/issues/9421")
|
||||
public void testDeleteAllOneIndex() {
|
||||
String json = "{" + "\"user\":\"kimchy\"," + "\"postDate\":\"2013-01-30\"," + "\"message\":\"trying out Elastic Search\"" + "}";
|
||||
final long iters = randomIntBetween(1, 50);
|
||||
|
|
Loading…
Reference in New Issue