Skip to content

Commit d456e8f

Browse files
committed
Revert "Mute InternalEngineTests.testVersionOnPrimaryWithConcurrentRefresh"
This reverts commit 66788af.
1 parent e9e209a commit d456e8f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1913,7 +1913,6 @@ 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")
19171916
public void testVersionOnPrimaryWithConcurrentRefresh() throws Exception {
19181917
List<Engine.Operation> ops = generateSingleDocHistory(false, VersionType.INTERNAL,
19191918
2, 10, 100, "1");

0 commit comments

Comments
 (0)