Mute DedicatedClusterSnapshotRestoreIT#testRestoreShrinkIndex (#38330)

This commit is contained in:
Christoph Büscher 2019-02-04 15:46:19 +01:00 committed by GitHub
parent f19fdcd491
commit 715e581378
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
* the cluster.
*/
@AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/38226")
public void testRestoreShrinkIndex() throws Exception {
logger.info("--> starting a master node and a data node");
internalCluster().startMasterOnlyNode();