Skip to content

Commit 4a8e30c

Browse files
authored
Mute FullClusterRestartIT#testClosedIndices (#39600)
Relates #39576
1 parent 4e4fe28 commit 4a8e30c

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
@@ -960,6 +960,7 @@ public void testSoftDeletes() throws Exception {
960960
* This test creates an index in the old cluster and then closes it. When the cluster is fully restarted in a newer version,
961961
* it verifies that the index exists and is replicated if the old version supports replication.
962962
*/
963+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/39576")
963964
public void testClosedIndices() throws Exception {
964965
if (isRunningAgainstOldCluster()) {
965966
createIndex(index, Settings.builder()

0 commit comments

Comments
 (0)