Skip to content

Commit

Permalink
Muted testEmptyAuthorizedIndicesSearchForAllDisallowNoIndices
Browse files Browse the repository at this point in the history
  • Loading branch information
astefan committed Aug 24, 2018
1 parent e8efda3 commit 9a2f466
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ public void testEmptyAuthorizedIndicesSearchForAll() {
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()
Expand Down

0 comments on commit 9a2f466

Please sign in to comment.