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…
Reference in New Issue