We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e038cce commit f5fb93aCopy full SHA for f5fb93a
qa/full-cluster-restart/src/test/java/org/elasticsearch/upgrades/FullClusterRestartIT.java
@@ -1031,6 +1031,7 @@ public void testSoftDeletes() throws Exception {
1031
* This test creates an index in the old cluster and then closes it. When the cluster is fully restarted in a newer version,
1032
* it verifies that the index exists and is replicated if the old version supports replication.
1033
*/
1034
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/39576")
1035
public void testClosedIndices() throws Exception {
1036
if (isRunningAgainstOldCluster()) {
1037
createIndex(index, Settings.builder()
0 commit comments