Commit b8cebf4 1 parent 14e2091 commit b8cebf4 Copy full SHA for b8cebf4
File tree 1 file changed +2
-0
lines changed
server/src/test/java/org/opensearch/index/shard
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 13
13
import org .apache .lucene .store .Directory ;
14
14
import org .apache .lucene .store .FilterDirectory ;
15
15
import org .apache .lucene .tests .store .BaseDirectoryWrapper ;
16
+ import org .apache .lucene .tests .util .LuceneTestCase ;
16
17
import org .junit .After ;
17
18
import org .opensearch .action .ActionListener ;
18
19
import org .opensearch .cluster .metadata .IndexMetadata ;
47
48
import static org .mockito .Mockito .when ;
48
49
import static org .opensearch .cluster .metadata .IndexMetadata .SETTING_REPLICATION_TYPE ;
49
50
51
+ @ LuceneTestCase .AwaitsFix (bugUrl = "https://github.com/opensearch-project/OpenSearch/issues/8638" )
50
52
public class RemoteStoreRefreshListenerTests extends IndexShardTestCase {
51
53
private IndexShard indexShard ;
52
54
private ClusterService clusterService ;
You can’t perform that action at this time.
0 commit comments