Revert "Mute InternalEngineTests.testRandomOperations"

This reverts commit d1cc2e68d5.
This commit is contained in:
Nhat Nguyen 2020-03-05 17:32:11 -05:00
parent dc78cc6131
commit e9e209ae58
1 changed files with 0 additions and 1 deletions

View File

@ -4406,7 +4406,6 @@ 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++) {