We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48f8e97 commit 06470b1Copy full SHA for 06470b1
x-pack/qa/rolling-upgrade/src/test/java/org/elasticsearch/upgrades/DataStreamsUpgradeIT.java
@@ -174,6 +174,7 @@ public void testDataStreamValidationDoesNotBreakUpgrade() throws Exception {
174
}
175
176
177
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/119713")
178
public void testUpgradeDataStream() throws Exception {
179
String dataStreamName = "reindex_test_data_stream";
180
int numRollovers = randomIntBetween(0, 5);
0 commit comments