[TEST] Mute DeleteByQueryConcurrentTests.testConcurrentDeleteByQueriesOnDifferentDocs

Due to https://github.com/elastic/elasticsearch/issues/62609
This commit is contained in:
David Roberts 2020-09-21 09:33:35 +01:00
parent 9a77f41e55
commit ecf264f61b
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ import static org.hamcrest.Matchers.equalTo;
public class DeleteByQueryConcurrentTests extends ReindexTestCase {
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/62609")
public void testConcurrentDeleteByQueriesOnDifferentDocs() throws Throwable {
final Thread[] threads = new Thread[scaledRandomIntBetween(2, 5)];
final long docs = randomIntBetween(1, 50);