[TEST] AwaitsFix QueryRescorerIT.testRescoreAfterCollapse
See: https://github.com/elastic/elasticsearch/issues/28932
This commit is contained in:
parent
818920a281
commit
9d4f09db68
|
@ -754,6 +754,7 @@ public class QueryRescorerIT extends ESIntegTestCase {
|
|||
}
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/28932")
|
||||
public void testRescoreAfterCollapse() throws Exception {
|
||||
assertAcked(prepareCreate("test")
|
||||
.addMapping(
|
||||
|
|
Loading…
Reference in New Issue