Mute InternalEngineTests.testForceMergeWithSoftDeletesRetentionAndRecoverySource
This commit is contained in:
parent
d1cc2e68d5
commit
da8aac9e66
|
@ -1636,6 +1636,7 @@ 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()
|
||||||
|
|
Loading…
Reference in New Issue