Skip to content

Commit 5d2fcc5

Browse files
committed
Unmute FullClusterRestartIT#testClosedIndices
Fixed in #39566 Closes #39576
1 parent d6e2f4a commit 5d2fcc5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1031,7 +1031,6 @@ 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")
10351034
public void testClosedIndices() throws Exception {
10361035
if (isRunningAgainstOldCluster()) {
10371036
createIndex(index, Settings.builder()

0 commit comments

Comments
 (0)