We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5e5a97 commit 66e458bCopy full SHA for 66e458b
x-pack/plugin/security/src/test/java/org/elasticsearch/xpack/security/authz/ReadActionsTests.java
@@ -102,6 +102,7 @@ public void testEmptyAuthorizedIndicesSearchForAll() {
102
assertNoSearchHits(client().prepareSearch().get());
103
}
104
105
+ @AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/33123")
106
public void testEmptyAuthorizedIndicesSearchForAllDisallowNoIndices() {
107
createIndicesWithRandomAliases("index1", "index2");
108
IndexNotFoundException e = expectThrows(IndexNotFoundException.class, () -> client().prepareSearch()
0 commit comments