Mute DedicatedClusterSnapshotRestoreIT testRestoreShrinkIndex

Due to https://github.com/elastic/elasticsearch/issues/38845
This commit is contained in:
David Roberts 2019-02-14 11:46:22 +00:00
parent 21f76aba28
commit 6ea483a663
1 changed files with 1 additions and 0 deletions

View File

@ -988,6 +988,7 @@ public class DedicatedClusterSnapshotRestoreIT extends AbstractSnapshotIntegTest
* can be restored when the node the shrunken index was created on is no longer part of * can be restored when the node the shrunken index was created on is no longer part of
* the cluster. * the cluster.
*/ */
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/38845")
public void testRestoreShrinkIndex() throws Exception { public void testRestoreShrinkIndex() throws Exception {
logger.info("--> starting a master node and a data node"); logger.info("--> starting a master node and a data node");
internalCluster().startMasterOnlyNode(); internalCluster().startMasterOnlyNode();