parent
c4cc90be1c
commit
ad274dd797
|
@ -706,6 +706,7 @@ public class QueryPhaseTests extends IndexShardTestCase {
|
||||||
dir.close();
|
dir.close();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/49703")
|
||||||
public void testIndexHasDuplicateData() throws IOException {
|
public void testIndexHasDuplicateData() throws IOException {
|
||||||
int docsCount = 7000;
|
int docsCount = 7000;
|
||||||
int duplIndex = docsCount * 7 / 10;
|
int duplIndex = docsCount * 7 / 10;
|
||||||
|
|
Loading…
Reference in New Issue