Skip to content

Commit bdeb82d

Browse files
Mute RolloverIT#testRolloverWithClosedIndexInAlias (#64924)
Relates #64921
1 parent 17f2615 commit bdeb82d

File tree

1 file changed

+1
-0
lines changed
  • server/src/internalClusterTest/java/org/elasticsearch/action/admin/indices/rollover

1 file changed

+1
-0
lines changed

server/src/internalClusterTest/java/org/elasticsearch/action/admin/indices/rollover/RolloverIT.java

+1
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,7 @@ public void testRejectIfAliasFoundInTemplate() throws Exception {
451451
"Rollover alias [logs-write] can point to multiple indices, found duplicated alias [[logs-write]] in index template [logs]"));
452452
}
453453

454+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/64921")
454455
public void testRolloverWithClosedIndexInAlias() throws Exception {
455456
final String aliasName = "alias";
456457
final String openNonwriteIndex = "open-index-nonwrite";

0 commit comments

Comments
 (0)