Skip to content

Commit

Permalink
[TEST] Mute DeleteByQueryTests.testDeleteAllOneIndex
Browse files Browse the repository at this point in the history
See:
#9421
  • Loading branch information
dakrone committed Jan 27, 2015
1 parent 084dc7a commit 92b218b
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -19,6 +19,7 @@

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;
Expand Down Expand Up @@ -51,6 +52,7 @@ public void testDeleteAllNoIndices() {
}

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

0 comments on commit 92b218b

Please sign in to comment.