We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6e2f4a commit 5d2fcc5Copy full SHA for 5d2fcc5
qa/full-cluster-restart/src/test/java/org/elasticsearch/upgrades/FullClusterRestartIT.java
@@ -1031,7 +1031,6 @@ 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