Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions muted-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -377,9 +377,6 @@ tests:
- class: org.elasticsearch.search.basic.SearchWithRandomDisconnectsIT
method: testSearchWithRandomDisconnects
issue: https://github.com/elastic/elasticsearch/issues/122707
- class: org.elasticsearch.xpack.security.authz.RBACEngineTests
method: testBuildUserPrivilegeResponseCombinesIndexPrivileges
issue: https://github.com/elastic/elasticsearch/issues/126130
- class: org.elasticsearch.xpack.esql.qa.single_node.GenerativeIT
method: test
issue: https://github.com/elastic/elasticsearch/issues/126139
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1416,6 +1416,7 @@ public void testBuildUserPrivilegeResponse() {
}

public void testBuildUserPrivilegeResponseCombinesIndexPrivileges() {
assumeTrue("failure store feature must be enabled", DataStream.isFailureStoreFeatureFlagEnabled());
final BytesArray query = new BytesArray("""
{"term":{"public":true}}""");
final Role role = Role.builder(RESTRICTED_INDICES, "test", "role")
Expand Down