Mute RolloverIT#testRolloverWithClosedIndexInAlias (#64925)

Relates #64921
This commit is contained in:
Daniel Mitterdorfer 2020-11-11 14:33:48 +01:00 committed by GitHub
parent cd35122e48
commit a6302d2169
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -451,6 +451,7 @@ public class RolloverIT extends ESIntegTestCase {
"Rollover alias [logs-write] can point to multiple indices, found duplicated alias [[logs-write]] in index template [logs]"));
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/64921")
public void testRolloverWithClosedIndexInAlias() throws Exception {
final String aliasName = "alias";
final String openNonwriteIndex = "open-index-nonwrite";