Skip to content

Commit 06470b1

Browse files
authored
Mute org.elasticsearch.upgrades.DataStreamsUpgradeIT#testUpgradeDataStream (elastic#119714)
1 parent 48f8e97 commit 06470b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

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

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

0 commit comments

Comments
 (0)