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 750459e commit 55da522Copy full SHA for 55da522
x-pack/qa/rolling-upgrade/src/test/java/org/elasticsearch/upgrades/DataStreamsUpgradeIT.java
@@ -174,7 +174,6 @@ 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