Skip to content

Commit b1d8df3

Browse files
committed
Disable another test that won't work
1 parent 0908763 commit b1d8df3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/reindex/src/test/java/org/elasticsearch/reindex/RetryTests.java

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

1010
package org.elasticsearch.reindex;
1111

12+
import org.apache.lucene.tests.util.LuceneTestCase;
1213
import org.elasticsearch.action.ActionFuture;
1314
import org.elasticsearch.action.admin.cluster.node.info.NodeInfo;
1415
import org.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksResponse;
@@ -57,6 +58,7 @@
5758
* Integration test for bulk retry behavior. Useful because retrying relies on the way that the
5859
* rest of Elasticsearch throws exceptions and unit tests won't verify that.
5960
*/
61+
@LuceneTestCase.AwaitsFix(bugUrl = "depends on being able to fill the write queue")
6062
public class RetryTests extends ESIntegTestCase {
6163

6264
private static final int DOC_COUNT = 20;

0 commit comments

Comments
 (0)