mute test testClosedIndices (#42582)

This commit is contained in:
Ignacio Vera 2019-05-27 12:05:17 +02:00 committed by GitHub
parent 381e100217
commit 5d3e381648
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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()