Mute InternalEngineTests.testRandomOperations

This commit is contained in:
James Baiera 2020-03-05 15:08:46 -05:00
parent 66788afa67
commit d1cc2e68d5
1 changed files with 1 additions and 0 deletions

View File

@ -4406,6 +4406,7 @@ public class InternalEngineTests extends EngineTestCase {
* This is needed as some fields in Lucene may not exist if a segment misses operation types and this code is to check for that.
* For example, a segment containing only no-ops does not have neither _uid or _version.
*/
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/53186")
public void testRandomOperations() throws Exception {
int numOps = between(10, 100);
for (int i = 0; i < numOps; i++) {