Skip to content

Commit 01b8f99

Browse files
committed
[test] mute RemoveCorruptedShardDataCommandIT
1 parent a6ff9f7 commit 01b8f99

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

server/src/test/java/org/elasticsearch/index/shard/RemoveCorruptedShardDataCommandIT.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
import org.apache.lucene.store.Lock;
2929
import org.apache.lucene.store.LockObtainFailedException;
3030
import org.apache.lucene.store.NativeFSLockFactory;
31+
import org.apache.lucene.util.LuceneTestCase;
3132
import org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplanation;
3233
import org.elasticsearch.action.admin.cluster.node.stats.NodeStats;
3334
import org.elasticsearch.action.admin.cluster.node.stats.NodesStatsResponse;
@@ -98,6 +99,7 @@
9899
import static org.hamcrest.Matchers.notNullValue;
99100
import static org.hamcrest.Matchers.startsWith;
100101

102+
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/36189")
101103
@ESIntegTestCase.ClusterScope(scope = ESIntegTestCase.Scope.SUITE, numDataNodes = 0)
102104
public class RemoveCorruptedShardDataCommandIT extends ESIntegTestCase {
103105

0 commit comments

Comments
 (0)