We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc78cc6 commit e9e209aCopy full SHA for e9e209a
server/src/test/java/org/elasticsearch/index/engine/InternalEngineTests.java
@@ -4406,7 +4406,6 @@ public void testSegmentContainsOnlyNoOps() throws Exception {
4406
* 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.
4407
* For example, a segment containing only no-ops does not have neither _uid or _version.
4408
*/
4409
- @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/53186")
4410
public void testRandomOperations() throws Exception {
4411
int numOps = between(10, 100);
4412
for (int i = 0; i < numOps; i++) {
0 commit comments