Skip to content

Commit e99761c

Browse files
author
Christoph Büscher
committed
Remove left-over AwaitsFix in DedicatedClusterSnapshotRestoreIT (#45042)
The issue mentioned (#38845) seems to have been closed with #38891 so the test can be re-activated.
1 parent 2ed412c commit e99761c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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,7 +988,6 @@ 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
*/
990-
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/38845")
991991
public void testRestoreShrinkIndex() throws Exception {
992992
logger.info("--> starting a master node and a data node");
993993
internalCluster().startMasterOnlyNode();

0 commit comments

Comments
 (0)