Unmute FullClusterRestartIT#testClosedIndices
Fixed in #39566 Closes #39576
This commit is contained in:
parent
d6e2f4a43e
commit
5d2fcc53e4
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue