Skip to content

Commit

Permalink
Mute org.elasticsearch.upgrades.DataStreamsUpgradeIT#testUpgradeDataS…
Browse files Browse the repository at this point in the history
…tream (elastic#119714)
  • Loading branch information
smalyshev authored Jan 8, 2025
1 parent 48f8e97 commit 06470b1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ 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 06470b1

Please sign in to comment.