Skip to content

Commit

Permalink
Unmute FullClusterRestartIT#testClosedIndices
Browse files Browse the repository at this point in the history
Fixed in #39566
Closes #39576
  • Loading branch information
dnhatn committed May 26, 2019
1 parent 5d837fa commit 0291f94
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -961,7 +961,6 @@ public void testSoftDeletes() throws Exception {
* This test creates an index in the old cluster and then closes it. When the cluster is fully restarted in a newer version,
* it verifies that the index exists and is replicated if the old version supports replication.
*/
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/39576")
public void testClosedIndices() throws Exception {
if (isRunningAgainstOldCluster()) {
createIndex(index, Settings.builder()
Expand Down

0 comments on commit 0291f94

Please sign in to comment.