Temporarily disable SecurityIndexSearcherWrapperIntegrationTests

Original commit: elastic/x-pack-elasticsearch@bcef6ae8c6
This commit is contained in:
Christoph Büscher 2017-06-29 20:46:30 +02:00
parent 7c6b8ffa36
commit 075eda4fc1
1 changed files with 1 additions and 0 deletions

View File

@ -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);