skip failing suite (#110153)

(cherry picked from commit 562c3cc67c)
This commit is contained in:
spalger 2021-08-25 14:44:30 -07:00
parent d39268d52d
commit 91bf123af0

View file

@ -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');
});