Revert "Mute InternalEngineTests.testForceMergeWithSoftDeletesRetentionAndRecoverySource"

This reverts commit da8aac9e66.
This commit is contained in:
Nhat Nguyen 2020-03-05 17:31:56 -05:00
parent f11ae5fd14
commit dc78cc6131
1 changed files with 0 additions and 1 deletions

View File

@ -1636,7 +1636,6 @@ public class InternalEngineTests extends EngineTestCase {
} }
} }
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/53190")
public void testForceMergeWithSoftDeletesRetentionAndRecoverySource() throws Exception { public void testForceMergeWithSoftDeletesRetentionAndRecoverySource() throws Exception {
final long retainedExtraOps = randomLongBetween(0, 10); final long retainedExtraOps = randomLongBetween(0, 10);
Settings.Builder settings = Settings.builder() Settings.Builder settings = Settings.builder()