Skip to content

Commit 1c7bfeb

Browse files
committed
Mute testAutoExpandIndicesDuringRollingUpgrade
Relates #50426
1 parent a383778 commit 1c7bfeb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

qa/rolling-upgrade/src/test/java/org/elasticsearch/upgrades/RecoveryIT.java

+1
Original file line numberDiff line numberDiff line change
@@ -775,6 +775,7 @@ public void testTurnOffTranslogRetentionAfterUpgraded() throws Exception {
775775
}
776776
}
777777

778+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/50426")
778779
public void testAutoExpandIndicesDuringRollingUpgrade() throws Exception {
779780
final String indexName = "test-auto-expand-filtering";
780781
final Version minimumNodeVersion = minimumNodeVersion();

0 commit comments

Comments
 (0)