From b5110c37c6b221118c35b45d043e8facf78a1258 Mon Sep 17 00:00:00 2001 From: Matthias Wilhelm Date: Mon, 3 Aug 2020 13:19:25 +0200 Subject: [PATCH 1/3] Skip index pattern management disabled ft --- .../functional/apps/discover/feature_controls/discover_spaces.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/test/functional/apps/discover/feature_controls/discover_spaces.ts b/x-pack/test/functional/apps/discover/feature_controls/discover_spaces.ts index 767dad74c23d7..ff6c3a1f1f233 100644 --- a/x-pack/test/functional/apps/discover/feature_controls/discover_spaces.ts +++ b/x-pack/test/functional/apps/discover/feature_controls/discover_spaces.ts @@ -138,6 +138,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) { }); describe('space with index pattern management disabled', () => { + this.tags(['skipCloud']); before(async () => { await spacesService.create({ id: 'custom_space_no_index_patterns', From d4204f16e8fd72f5f0374f3a0c90fd4d606795e4 Mon Sep 17 00:00:00 2001 From: Matthias Wilhelm Date: Mon, 3 Aug 2020 14:29:35 +0200 Subject: [PATCH 2/3] Fix TypeScript --- .../apps/discover/feature_controls/discover_spaces.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/test/functional/apps/discover/feature_controls/discover_spaces.ts b/x-pack/test/functional/apps/discover/feature_controls/discover_spaces.ts index ff6c3a1f1f233..783951ef2abf7 100644 --- a/x-pack/test/functional/apps/discover/feature_controls/discover_spaces.ts +++ b/x-pack/test/functional/apps/discover/feature_controls/discover_spaces.ts @@ -137,7 +137,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) { }); }); - describe('space with index pattern management disabled', () => { + describe('space with index pattern management disabled', function () { this.tags(['skipCloud']); before(async () => { await spacesService.create({ From 5135aa7eb1185451be09ce93d460d3a81e78539e Mon Sep 17 00:00:00 2001 From: Matthias Wilhelm Date: Wed, 5 Aug 2020 13:53:24 +0200 Subject: [PATCH 3/3] Update discover_spaces.ts --- .../apps/discover/feature_controls/discover_spaces.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/x-pack/test/functional/apps/discover/feature_controls/discover_spaces.ts b/x-pack/test/functional/apps/discover/feature_controls/discover_spaces.ts index 783951ef2abf7..f8dc2f3b0aeb8 100644 --- a/x-pack/test/functional/apps/discover/feature_controls/discover_spaces.ts +++ b/x-pack/test/functional/apps/discover/feature_controls/discover_spaces.ts @@ -138,6 +138,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) { }); describe('space with index pattern management disabled', function () { + // unskipped because of flakiness in cloud, caused be ingest management tests + // should be unskipped when https://github.com/elastic/kibana/issues/74353 was resolved this.tags(['skipCloud']); before(async () => { await spacesService.create({