Unmute FullClusterRestartIT#testClosedIndices

Fixed in #39566
Closes #39576
This commit is contained in:
Nhat Nguyen 2019-05-26 11:18:39 -04:00
parent d6e2f4a43e
commit 5d2fcc53e4
1 changed files with 0 additions and 1 deletions

View File

@ -1031,7 +1031,6 @@ public class FullClusterRestartIT extends AbstractFullClusterRestartTestCase {
* 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()