Skip to content

Commit 66e458b

Browse files
committed
Muted testEmptyAuthorizedIndicesSearchForAllDisallowNoIndices
1 parent c5e5a97 commit 66e458b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugin/security/src/test/java/org/elasticsearch/xpack/security/authz/ReadActionsTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ public void testEmptyAuthorizedIndicesSearchForAll() {
102102
assertNoSearchHits(client().prepareSearch().get());
103103
}
104104

105+
@AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/33123")
105106
public void testEmptyAuthorizedIndicesSearchForAllDisallowNoIndices() {
106107
createIndicesWithRandomAliases("index1", "index2");
107108
IndexNotFoundException e = expectThrows(IndexNotFoundException.class, () -> client().prepareSearch()

0 commit comments

Comments
 (0)