Skip to content

Commit

Permalink
Unmute FullClusterRestartIT#testClosedIndices
Browse files Browse the repository at this point in the history
  • Loading branch information
dnhatn authored and Gurkan Kaymak committed May 27, 2019
1 parent dffb9f3 commit 93c2d3a
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 93c2d3a

Please sign in to comment.