Muted testEmptyAuthorizedIndicesSearchForAllDisallowNoIndices

This commit is contained in:
Andrei Stefan 2018-08-24 12:36:23 +03:00
parent c5e5a97a34
commit 66e458b78b
1 changed files with 1 additions and 0 deletions

View File

@ -102,6 +102,7 @@ public class ReadActionsTests extends SecurityIntegTestCase {
assertNoSearchHits(client().prepareSearch().get());
}
@AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/33123")
public void testEmptyAuthorizedIndicesSearchForAllDisallowNoIndices() {
createIndicesWithRandomAliases("index1", "index2");
IndexNotFoundException e = expectThrows(IndexNotFoundException.class, () -> client().prepareSearch()