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 ;
@@ -998,7 +999,6 @@ public void testMasterShutdownDuringFailedSnapshot() throws Exception {
998
999
* can be restored when the node the shrunken index was created on is no longer part of
999
1000
* the cluster.
1000
1001
*/
1001
- @ AwaitsFix (bugUrl = "https://github.com/elastic/elasticsearch/issues/38845" )
1002
1002
public void testRestoreShrinkIndex () throws Exception {
1003
1003
logger .info ("--> starting a master node and a data node" );
1004
1004
internalCluster ().startMasterOnlyNode ();
You can’t perform that action at this time.
0 commit comments