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 f11ae5f commit dc78cc6Copy full SHA for dc78cc6
server/src/test/java/org/elasticsearch/index/engine/InternalEngineTests.java
@@ -1636,7 +1636,6 @@ public void testForceMergeWithSoftDeletesRetention() throws Exception {
1636
}
1637
1638
1639
- @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/53190")
1640
public void testForceMergeWithSoftDeletesRetentionAndRecoverySource() throws Exception {
1641
final long retainedExtraOps = randomLongBetween(0, 10);
1642
Settings.Builder settings = Settings.builder()
0 commit comments