Skip to content

Commit 50cdc61

Browse files
author
Christoph Büscher
authored
Mute DedicatedClusterSnapshotRestoreIT#testRestoreShrinkIndex (#38257)
1 parent c311062 commit 50cdc61

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

server/src/test/java/org/elasticsearch/snapshots/DedicatedClusterSnapshotRestoreIT.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
import com.carrotsearch.hppc.IntHashSet;
2323
import com.carrotsearch.hppc.IntSet;
24+
2425
import org.elasticsearch.Version;
2526
import org.elasticsearch.action.ActionFuture;
2627
import org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotResponse;
@@ -987,6 +988,7 @@ public void testMasterShutdownDuringFailedSnapshot() throws Exception {
987988
* can be restored when the node the shrunken index was created on is no longer part of
988989
* the cluster.
989990
*/
991+
@AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/38256")
990992
public void testRestoreShrinkIndex() throws Exception {
991993
logger.info("--> starting a master node and a data node");
992994
internalCluster().startMasterOnlyNode();

0 commit comments

Comments
 (0)