From 562c3cc67c99993664711817cd9ac86d748ed245 Mon Sep 17 00:00:00 2001 From: spalger Date: Wed, 25 Aug 2021 14:44:30 -0700 Subject: [PATCH] skip failing suite (#110153) --- .../security_and_spaces/tests/trial/get_alerts.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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'); });