瀏覽代碼

Remove annotation

Not allowed.
Nik Everett 8 年之前
父節點
當前提交
e36e5fc994

+ 0 - 3
core/src/test/java/org/elasticsearch/search/aggregations/metrics/tophits/InternalTopHitsTests.java

@@ -19,8 +19,6 @@
 
 package org.elasticsearch.search.aggregations.metrics.tophits;
 
-import com.carrotsearch.randomizedtesting.annotations.Repeat;
-
 import org.apache.lucene.index.IndexWriter;
 import org.apache.lucene.search.FieldComparator;
 import org.apache.lucene.search.FieldDoc;
@@ -52,7 +50,6 @@ import static java.lang.Math.max;
 import static java.lang.Math.min;
 import static java.util.Comparator.comparing;
 
-@Repeat(iterations=1000)
 public class InternalTopHitsTests extends InternalAggregationTestCase<InternalTopHits> {
     /**
      * Should the test instances look like they are sorted by some fields (true) or sorted by score (false). Set here because these need