Skip to content

Commit cad2560

Browse files
committed
[TEST] Mute DeleteByQueryConcurrentTests.testConcurrentDeleteByQueriesOnDifferentDocs
Due to #62609
1 parent 4dd85a1 commit cad2560

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/reindex/src/test/java/org/elasticsearch/index/reindex/DeleteByQueryConcurrentTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535

3636
public class DeleteByQueryConcurrentTests extends ReindexTestCase {
3737

38+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/62609")
3839
public void testConcurrentDeleteByQueriesOnDifferentDocs() throws Throwable {
3940
final Thread[] threads = new Thread[scaledRandomIntBetween(2, 5)];
4041
final long docs = randomIntBetween(1, 50);

0 commit comments

Comments
 (0)