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