mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 18:35:25 +00:00
Temporarily disable SecurityIndexSearcherWrapperIntegrationTests
Original commit: elastic/x-pack-elasticsearch@bcef6ae8c6
This commit is contained in:
parent
7c6b8ffa36
commit
075eda4fc1
@ -57,6 +57,7 @@ import static org.mockito.Mockito.when;
|
||||
|
||||
public class SecurityIndexSearcherWrapperIntegrationTests extends ESTestCase {
|
||||
|
||||
@AwaitsFix(bugUrl="https://github.com/elastic/x-pack-elasticsearch/issues/1890")
|
||||
public void testDLS() throws Exception {
|
||||
ShardId shardId = new ShardId("_index", "_na_", 0);
|
||||
MapperService mapperService = mock(MapperService.class);
|
||||
|
Loading…
x
Reference in New Issue
Block a user