Mute InternalEngineTests.testVersionOnPrimaryWithConcurrentRefresh
This commit is contained in:
parent
4bc6d2dbec
commit
66788afa67
|
@ -1913,6 +1913,7 @@ public class InternalEngineTests extends EngineTestCase {
|
||||||
assertOpsOnPrimary(ops, Versions.NOT_FOUND, true, engine);
|
assertOpsOnPrimary(ops, Versions.NOT_FOUND, true, engine);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/53185")
|
||||||
public void testVersionOnPrimaryWithConcurrentRefresh() throws Exception {
|
public void testVersionOnPrimaryWithConcurrentRefresh() throws Exception {
|
||||||
List<Engine.Operation> ops = generateSingleDocHistory(false, VersionType.INTERNAL,
|
List<Engine.Operation> ops = generateSingleDocHistory(false, VersionType.INTERNAL,
|
||||||
2, 10, 100, "1");
|
2, 10, 100, "1");
|
||||||
|
|
Loading…
Reference in New Issue