Skip to content

Commit 55da522

Browse files
authored
Removing AwaitsFix annotation for fixed DataStreamsUpgradeIT test (#119809)
1 parent 750459e commit 55da522

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

x-pack/qa/rolling-upgrade/src/test/java/org/elasticsearch/upgrades/DataStreamsUpgradeIT.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ public void testDataStreamValidationDoesNotBreakUpgrade() throws Exception {
174174
}
175175
}
176176

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

0 commit comments

Comments
 (0)