mute test testClosedIndices (#42582)
This commit is contained in:
parent
381e100217
commit
5d3e381648
|
@ -1031,6 +1031,7 @@ 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/42581")
|
||||
public void testClosedIndices() throws Exception {
|
||||
if (isRunningAgainstOldCluster()) {
|
||||
createIndex(index, Settings.builder()
|
||||
|
|
Loading…
Reference in New Issue