Skip to content

Commit 6ea483a

Browse files
committed
Mute DedicatedClusterSnapshotRestoreIT testRestoreShrinkIndex
Due to #38845
1 parent 21f76ab commit 6ea483a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -988,6 +988,7 @@ public void testMasterShutdownDuringFailedSnapshot() throws Exception {
988988
* can be restored when the node the shrunken index was created on is no longer part of
989989
* the cluster.
990990
*/
991+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/38845")
991992
public void testRestoreShrinkIndex() throws Exception {
992993
logger.info("--> starting a master node and a data node");
993994
internalCluster().startMasterOnlyNode();

0 commit comments

Comments
 (0)