Mute testAutoExpandIndicesDuringRollingUpgrade

Relates #50426
This commit is contained in:
Yannick Welsch 2019-12-20 12:15:43 +01:00
parent a3837786ec
commit 1c7bfebe01
1 changed files with 1 additions and 0 deletions

View File

@ -775,6 +775,7 @@ public class RecoveryIT extends AbstractRollingTestCase {
}
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/50426")
public void testAutoExpandIndicesDuringRollingUpgrade() throws Exception {
final String indexName = "test-auto-expand-filtering";
final Version minimumNodeVersion = minimumNodeVersion();