From cd60ffd723b78c07e03a4fd09d337fa5f3b452f0 Mon Sep 17 00:00:00 2001 From: Davis McPhee Date: Fri, 31 Jan 2025 11:53:53 -0400 Subject: [PATCH] Revert "[SKIP ON MKI] 4 files from .../security/common_configs/config.group5 (#208983)" This reverts commit ff0781834cc654012c990ed7d0133c98a574916b. --- .../functional/test_suites/common/discover/group1/_discover.ts | 2 -- .../test_suites/common/discover/group2/_data_grid_doc_table.ts | 2 -- .../test_suites/common/discover/group4/_adhoc_data_views.ts | 2 -- .../common/discover/group6/_unsaved_changes_badge.ts | 2 -- 4 files changed, 8 deletions(-) diff --git a/x-pack/test_serverless/functional/test_suites/common/discover/group1/_discover.ts b/x-pack/test_serverless/functional/test_suites/common/discover/group1/_discover.ts index b282ae5aa9b95..531202481ba84 100644 --- a/x-pack/test_serverless/functional/test_suites/common/discover/group1/_discover.ts +++ b/x-pack/test_serverless/functional/test_suites/common/discover/group1/_discover.ts @@ -32,8 +32,6 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) { }; describe('discover test', function describeIndexTests() { - // see details: https://github.com/elastic/kibana/issues/208982 - this.tags(['failsOnMKI']); before(async function () { log.debug('load kibana index with default index pattern'); await kibanaServer.importExport.load('test/functional/fixtures/kbn_archiver/discover'); diff --git a/x-pack/test_serverless/functional/test_suites/common/discover/group2/_data_grid_doc_table.ts b/x-pack/test_serverless/functional/test_suites/common/discover/group2/_data_grid_doc_table.ts index d3a540a1fc8fc..c759acb0f31e8 100644 --- a/x-pack/test_serverless/functional/test_suites/common/discover/group2/_data_grid_doc_table.ts +++ b/x-pack/test_serverless/functional/test_suites/common/discover/group2/_data_grid_doc_table.ts @@ -33,8 +33,6 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) { const security = getService('security'); describe('discover data grid doc table', function describeIndexTests() { - // see details: https://github.com/elastic/kibana/issues/208982 - this.tags(['failsOnMKI']); before(async function () { await security.testUser.setRoles(['kibana_admin', 'test_logstash_reader']); log.debug('load kibana index with default index pattern'); diff --git a/x-pack/test_serverless/functional/test_suites/common/discover/group4/_adhoc_data_views.ts b/x-pack/test_serverless/functional/test_suites/common/discover/group4/_adhoc_data_views.ts index acfc0be5ed392..dd9494c24ea0f 100644 --- a/x-pack/test_serverless/functional/test_suites/common/discover/group4/_adhoc_data_views.ts +++ b/x-pack/test_serverless/functional/test_suites/common/discover/group4/_adhoc_data_views.ts @@ -41,8 +41,6 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) { }; describe('adhoc data views', function () { - // see details: https://github.com/elastic/kibana/issues/208982 - this.tags(['failsOnMKI']); before(async () => { await security.testUser.setRoles(['kibana_admin', 'test_logstash_reader']); await kibanaServer.importExport.load('test/functional/fixtures/kbn_archiver/discover.json'); diff --git a/x-pack/test_serverless/functional/test_suites/common/discover/group6/_unsaved_changes_badge.ts b/x-pack/test_serverless/functional/test_suites/common/discover/group6/_unsaved_changes_badge.ts index 212e7e3f66eec..45fcd18d6cb26 100644 --- a/x-pack/test_serverless/functional/test_suites/common/discover/group6/_unsaved_changes_badge.ts +++ b/x-pack/test_serverless/functional/test_suites/common/discover/group6/_unsaved_changes_badge.ts @@ -32,8 +32,6 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) { }; describe('discover unsaved changes badge', function describeIndexTests() { - // see details: https://github.com/elastic/kibana/issues/208982 - this.tags(['failsOnMKI']); before(async () => { await security.testUser.setRoles(['kibana_admin', 'test_logstash_reader']); await esArchiver.loadIfNeeded('test/functional/fixtures/es_archiver/logstash_functional');