Skip to content

Commit f5fb93a

Browse files
committed
Mute FullClusterRestartIT#testClosedIndices (#39600)
Relates #39576
1 parent e038cce commit f5fb93a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

qa/full-cluster-restart/src/test/java/org/elasticsearch/upgrades/FullClusterRestartIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1031,6 +1031,7 @@ public void testSoftDeletes() throws Exception {
10311031
* This test creates an index in the old cluster and then closes it. When the cluster is fully restarted in a newer version,
10321032
* it verifies that the index exists and is replicated if the old version supports replication.
10331033
*/
1034+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/39576")
10341035
public void testClosedIndices() throws Exception {
10351036
if (isRunningAgainstOldCluster()) {
10361037
createIndex(index, Settings.builder()

0 commit comments

Comments
 (0)