From 075eda4fc1f29745f1624c9b008d2468fd445130 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20B=C3=BCscher?= Date: Thu, 29 Jun 2017 20:46:30 +0200 Subject: [PATCH] Temporarily disable SecurityIndexSearcherWrapperIntegrationTests Original commit: elastic/x-pack-elasticsearch@bcef6ae8c613f9eca7d705fba1ecf24660cc8295 --- .../SecurityIndexSearcherWrapperIntegrationTests.java | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/src/test/java/org/elasticsearch/xpack/security/authz/accesscontrol/SecurityIndexSearcherWrapperIntegrationTests.java b/plugin/src/test/java/org/elasticsearch/xpack/security/authz/accesscontrol/SecurityIndexSearcherWrapperIntegrationTests.java index 26f822e0662..691ca135e6d 100644 --- a/plugin/src/test/java/org/elasticsearch/xpack/security/authz/accesscontrol/SecurityIndexSearcherWrapperIntegrationTests.java +++ b/plugin/src/test/java/org/elasticsearch/xpack/security/authz/accesscontrol/SecurityIndexSearcherWrapperIntegrationTests.java @@ -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);