Skip to content

Commit 0c8d2cf

Browse files
committed
remove anno
1 parent bcb3e96 commit 0c8d2cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/src/test/java/org/elasticsearch/search/query/QueryPhaseTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -970,7 +970,6 @@ private static void assertSortResults(TopDocs topDocs, long totalNumDocs, boolea
970970
}
971971
}
972972

973-
@com.carrotsearch.randomizedtesting.annotations.Repeat(iterations = 10)
974973
public void testMinScore() throws Exception {
975974
IndexWriterConfig iwc = newIndexWriterConfig();
976975
RandomIndexWriter w = new RandomIndexWriter(random(), dir, iwc);

0 commit comments

Comments
 (0)