From d49a744b7eceaf85191778f4d074b3607508a07d Mon Sep 17 00:00:00 2001 From: Colin Goodheart-Smithe Date: Fri, 11 Sep 2015 09:36:25 +0100 Subject: [PATCH] [TEST] Removed @Repeat Annotation --- .../elasticsearch/index/query/GeoShapeQueryBuilderTests.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/src/test/java/org/elasticsearch/index/query/GeoShapeQueryBuilderTests.java b/core/src/test/java/org/elasticsearch/index/query/GeoShapeQueryBuilderTests.java index 0609549d546..37cb3b01b9b 100644 --- a/core/src/test/java/org/elasticsearch/index/query/GeoShapeQueryBuilderTests.java +++ b/core/src/test/java/org/elasticsearch/index/query/GeoShapeQueryBuilderTests.java @@ -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 { private static String indexedShapeId;