[TEST] Mute DeleteByQueryConcurrentTests.testConcurrentDeleteByQueriesOnDifferentDocs
Due to https://github.com/elastic/elasticsearch/issues/62609
This commit is contained in:
parent
9a77f41e55
commit
ecf264f61b
|
@ -35,6 +35,7 @@ import static org.hamcrest.Matchers.equalTo;
|
||||||
|
|
||||||
public class DeleteByQueryConcurrentTests extends ReindexTestCase {
|
public class DeleteByQueryConcurrentTests extends ReindexTestCase {
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/62609")
|
||||||
public void testConcurrentDeleteByQueriesOnDifferentDocs() throws Throwable {
|
public void testConcurrentDeleteByQueriesOnDifferentDocs() throws Throwable {
|
||||||
final Thread[] threads = new Thread[scaledRandomIntBetween(2, 5)];
|
final Thread[] threads = new Thread[scaledRandomIntBetween(2, 5)];
|
||||||
final long docs = randomIntBetween(1, 50);
|
final long docs = randomIntBetween(1, 50);
|
||||||
|
|
Loading…
Reference in New Issue