From c43429c13b6994a091b69651009dd6bc5ece5709 Mon Sep 17 00:00:00 2001 From: spalger Date: Wed, 25 Aug 2021 17:21:56 -0700 Subject: [PATCH] skip all tests in failure config (#110153) --- .../rule_registry/security_and_spaces/tests/basic/index.ts | 3 ++- .../security_and_spaces/tests/trial/get_alerts.ts | 3 +-- .../rule_registry/security_and_spaces/tests/trial/index.ts | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/x-pack/test/rule_registry/security_and_spaces/tests/basic/index.ts b/x-pack/test/rule_registry/security_and_spaces/tests/basic/index.ts index 756a2ffb4a598..e4512798db7d3 100644 --- a/x-pack/test/rule_registry/security_and_spaces/tests/basic/index.ts +++ b/x-pack/test/rule_registry/security_and_spaces/tests/basic/index.ts @@ -10,7 +10,8 @@ import { createSpacesAndUsers, deleteSpacesAndUsers } from '../../../common/lib/ // eslint-disable-next-line import/no-default-export export default ({ loadTestFile, getService }: FtrProviderContext): void => { - describe('rules security and spaces enabled: basic', function () { + // FAILING: https://github.com/elastic/kibana/issues/110153 + describe.skip('rules security and spaces enabled: basic', function () { // Fastest ciGroup for the moment. this.tags('ciGroup5'); 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 c9073930ffda3..a97e9182c9b49 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,8 +44,7 @@ export default ({ getService }: FtrProviderContext) => { return observabilityIndex; }; - // FAILING: https://github.com/elastic/kibana/issues/110153 - describe.skip('rbac with subfeatures', () => { + describe('rbac with subfeatures', () => { before(async () => { await esArchiver.load('x-pack/test/functional/es_archives/rule_registry/alerts'); }); diff --git a/x-pack/test/rule_registry/security_and_spaces/tests/trial/index.ts b/x-pack/test/rule_registry/security_and_spaces/tests/trial/index.ts index 5e89f99200f2d..3e13d64b936a4 100644 --- a/x-pack/test/rule_registry/security_and_spaces/tests/trial/index.ts +++ b/x-pack/test/rule_registry/security_and_spaces/tests/trial/index.ts @@ -37,7 +37,8 @@ import { // eslint-disable-next-line import/no-default-export export default ({ loadTestFile, getService }: FtrProviderContext): void => { - describe('rules security and spaces enabled: trial', function () { + // FAILING: https://github.com/elastic/kibana/issues/110153 + describe.skip('rules security and spaces enabled: trial', function () { // Fastest ciGroup for the moment. this.tags('ciGroup5');