Skip to content

Commit

Permalink
Remove stale AwaitsFix in InternalEngineTests (#79323)
Browse files Browse the repository at this point in the history
Relates #53182
  • Loading branch information
dnhatn authored Oct 17, 2021
1 parent fed771d commit eea8b25
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1887,7 +1887,6 @@ private int assertOpsOnPrimary(List<Engine.Operation> ops, long currentOpVersion
return opsPerformed;
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/53182")
public void testNonInternalVersioningOnPrimary() throws IOException {
final Set<VersionType> nonInternalVersioning = new HashSet<>(Arrays.asList(VersionType.values()));
nonInternalVersioning.remove(VersionType.INTERNAL);
Expand Down

0 comments on commit eea8b25

Please sign in to comment.