File tree 1 file changed +1
-1
lines changed
server/src/test/java/org/elasticsearch/snapshots
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 21
21
22
22
import com .carrotsearch .hppc .IntHashSet ;
23
23
import com .carrotsearch .hppc .IntSet ;
24
+
24
25
import org .elasticsearch .Version ;
25
26
import org .elasticsearch .action .ActionFuture ;
26
27
import org .elasticsearch .action .admin .cluster .snapshots .create .CreateSnapshotResponse ;
@@ -987,7 +988,6 @@ public void testMasterShutdownDuringFailedSnapshot() throws Exception {
987
988
* can be restored when the node the shrunken index was created on is no longer part of
988
989
* the cluster.
989
990
*/
990
- @ AwaitsFix (bugUrl = "https://github.com/elastic/elasticsearch/issues/38845" )
991
991
public void testRestoreShrinkIndex () throws Exception {
992
992
logger .info ("--> starting a master node and a data node" );
993
993
internalCluster ().startMasterOnlyNode ();
You can’t perform that action at this time.
0 commit comments