Skip to content

Commit 66788af

Browse files
committed
Mute InternalEngineTests.testVersionOnPrimaryWithConcurrentRefresh
1 parent 4bc6d2d commit 66788af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/test/java/org/elasticsearch/index/engine/InternalEngineTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1913,6 +1913,7 @@ public void testInternalVersioningOnPrimary() throws IOException {
19131913
assertOpsOnPrimary(ops, Versions.NOT_FOUND, true, engine);
19141914
}
19151915

1916+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/53185")
19161917
public void testVersionOnPrimaryWithConcurrentRefresh() throws Exception {
19171918
List<Engine.Operation> ops = generateSingleDocHistory(false, VersionType.INTERNAL,
19181919
2, 10, 100, "1");

0 commit comments

Comments
 (0)