File tree 1 file changed +2
-0
lines changed
server/src/test/java/org/elasticsearch/index/shard
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 28
28
import org .apache .lucene .store .Lock ;
29
29
import org .apache .lucene .store .LockObtainFailedException ;
30
30
import org .apache .lucene .store .NativeFSLockFactory ;
31
+ import org .apache .lucene .util .LuceneTestCase ;
31
32
import org .elasticsearch .action .admin .cluster .allocation .ClusterAllocationExplanation ;
32
33
import org .elasticsearch .action .admin .cluster .node .stats .NodeStats ;
33
34
import org .elasticsearch .action .admin .cluster .node .stats .NodesStatsResponse ;
98
99
import static org .hamcrest .Matchers .notNullValue ;
99
100
import static org .hamcrest .Matchers .startsWith ;
100
101
102
+ @ LuceneTestCase .AwaitsFix (bugUrl = "https://github.com/elastic/elasticsearch/issues/36189" )
101
103
@ ESIntegTestCase .ClusterScope (scope = ESIntegTestCase .Scope .SUITE , numDataNodes = 0 )
102
104
public class RemoveCorruptedShardDataCommandIT extends ESIntegTestCase {
103
105
You can’t perform that action at this time.
0 commit comments