Skip to content

Commit e9e209a

Browse files
committed
Revert "Mute InternalEngineTests.testRandomOperations"
This reverts commit d1cc2e6.
1 parent dc78cc6 commit e9e209a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/src/test/java/org/elasticsearch/index/engine/InternalEngineTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4406,7 +4406,6 @@ public void testSegmentContainsOnlyNoOps() throws Exception {
44064406
* 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.
44074407
* For example, a segment containing only no-ops does not have neither _uid or _version.
44084408
*/
4409-
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/53186")
44104409
public void testRandomOperations() throws Exception {
44114410
int numOps = between(10, 100);
44124411
for (int i = 0; i < numOps; i++) {

0 commit comments

Comments
 (0)