[TEST] remove AwaitsFix from DeleteByQuery test

This commit is contained in:
Lee Hinman 2015-01-27 10:15:44 -07:00
parent cff0ec3972
commit 39c064ce8b
1 changed files with 0 additions and 2 deletions

View File

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