Skip to content

Commit

Permalink
Muted testEmptyAuthorizedIndicesSearchForAllDisallowNoIndices
Browse files Browse the repository at this point in the history
  • Loading branch information
astefan authored and jimczi committed Aug 24, 2018
1 parent 4951f58 commit cbd9236
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 cbd9236

Please sign in to comment.