diff --git a/x-pack/test/rule_registry/security_and_spaces/tests/trial/get_alerts.ts b/x-pack/test/rule_registry/security_and_spaces/tests/trial/get_alerts.ts index a97e9182c9b4..c9073930ffda 100644 --- a/x-pack/test/rule_registry/security_and_spaces/tests/trial/get_alerts.ts +++ b/x-pack/test/rule_registry/security_and_spaces/tests/trial/get_alerts.ts @@ -44,7 +44,8 @@ export default ({ getService }: FtrProviderContext) => { return observabilityIndex; }; - describe('rbac with subfeatures', () => { + // FAILING: https://github.com/elastic/kibana/issues/110153 + describe.skip('rbac with subfeatures', () => { before(async () => { await esArchiver.load('x-pack/test/functional/es_archives/rule_registry/alerts'); });