[TEST] Removed @Repeat Annotation

This commit is contained in:
Colin Goodheart-Smithe 2015-09-11 09:36:25 +01:00
parent f8c47345b0
commit d49a744b7e
1 changed files with 0 additions and 3 deletions

View File

@ -19,8 +19,6 @@
package org.elasticsearch.index.query;
import com.carrotsearch.randomizedtesting.annotations.Repeat;
import org.apache.lucene.search.BooleanQuery;
import org.apache.lucene.search.ConstantScoreQuery;
import org.apache.lucene.search.Query;
@ -47,7 +45,6 @@ import static org.hamcrest.Matchers.equalTo;
import static org.hamcrest.Matchers.instanceOf;
import static org.hamcrest.Matchers.notNullValue;
@Repeat(iterations = 100)
public class GeoShapeQueryBuilderTests extends AbstractQueryTestCase<GeoShapeQueryBuilder> {
private static String indexedShapeId;