Skip to content

Commit c06cb44

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

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;
@@ -998,7 +999,6 @@ public void testMasterShutdownDuringFailedSnapshot() throws Exception {
998999
* can be restored when the node the shrunken index was created on is no longer part of
9991000
* the cluster.
10001001
*/
1001-
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/38845")
10021002
public void testRestoreShrinkIndex() throws Exception {
10031003
logger.info("--> starting a master node and a data node");
10041004
internalCluster().startMasterOnlyNode();

0 commit comments

Comments
 (0)