Skip to content

Commit

Permalink
Remove dangling AwaitsFix
Browse files Browse the repository at this point in the history
The issue referenced seems to be closed, maybe this just wasn't removed
properly.
  • Loading branch information
cbuescher committed Oct 2, 2024
1 parent 091e242 commit f8ff42a
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@ public void run() {
}
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/101932")
public void testMinimumVersionSameAsNewVersion() throws Exception {
var newVersion = VersionInformation.CURRENT;
var oldVersion = new VersionInformation(
Expand Down Expand Up @@ -390,7 +389,6 @@ public void onResponse(SearchResponse response) {
);
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/101932")
public void testMinimumVersionSameAsOldVersion() throws Exception {
Version newVersion = Version.CURRENT;
Version oldVersion = VersionUtils.randomVersionBetween(
Expand Down Expand Up @@ -539,7 +537,6 @@ public void run() {
assertThat(phase.totalHits().relation, equalTo(TotalHits.Relation.GREATER_THAN_OR_EQUAL_TO));
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/101932")
public void testMinimumVersionShardDuringPhaseExecution() throws Exception {
Version newVersion = Version.CURRENT;
Version oldVersion = VersionUtils.randomVersionBetween(
Expand Down

0 comments on commit f8ff42a

Please sign in to comment.