File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
server/src/test/java/org/elasticsearch/snapshots Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 2121
2222import com .carrotsearch .hppc .IntHashSet ;
2323import com .carrotsearch .hppc .IntSet ;
24+
2425import org .elasticsearch .Version ;
2526import org .elasticsearch .action .ActionFuture ;
2627import 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 ();
You can’t perform that action at this time.
0 commit comments