Skip to content

Commit

Permalink
Removing AwaitsFix annotation for fixed DataStreamsUpgradeIT test (el…
Browse files Browse the repository at this point in the history
  • Loading branch information
masseyke authored Jan 9, 2025
1 parent 750459e commit 55da522
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ public void testDataStreamValidationDoesNotBreakUpgrade() throws Exception {
}
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/119713")
public void testUpgradeDataStream() throws Exception {
String dataStreamName = "reindex_test_data_stream";
int numRollovers = randomIntBetween(0, 5);
Expand Down

0 comments on commit 55da522

Please sign in to comment.