Skip to content

Commit d245742

Browse files
committed
no repeat
1 parent 8fa325b commit d245742

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

modules/reindex/src/internalClusterTest/java/org/elasticsearch/index/reindex/BulkByScrollUsesAllScrollDocumentsAfterConflictsIntegTests.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99

1010
package org.elasticsearch.index.reindex;
1111

12-
import com.carrotsearch.randomizedtesting.annotations.Repeat;
13-
1412
import org.elasticsearch.action.ActionFuture;
1513
import org.elasticsearch.action.bulk.BulkItemResponse;
1614
import org.elasticsearch.action.bulk.BulkRequest;
@@ -117,7 +115,6 @@ public void testUpdateByQuery() throws Exception {
117115
);
118116
}
119117

120-
@Repeat(iterations = 1000)
121118
public void testReindex() throws Exception {
122119
final String sourceIndex = randomAlphaOfLength(10).toLowerCase(Locale.ROOT);
123120
final String targetIndex = randomAlphaOfLength(10).toLowerCase(Locale.ROOT);

0 commit comments

Comments
 (0)