mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
[Security Solution] Disable MKI test for automatic migrations (#225426)
## Summary There's an issue where the `esArchiverLoad` migrates SO if any index starting with `.kibana` is affected. ``` CypressError: `cy.task('esArchiverLoad')` failed with the following error: > security_exception Root causes: security_exception: action [indices:admin/settings/update] is unauthorized for user [testing-internal] with effective roles [superuser] on restricted indices [.kibana_security_solution_1,.kibana_alerting_cases_1,.kibana_task_manager_1,.kibana_usage_counters_1,.kibana_1,.kibana_ingest_1,.kibana_analytics_1], this action is granted by the index privileges [manage,all] ``` This PR disables the test for MKI so it doesn't interfere with the release, we'll work on a fix in a separate PR Example MKI execution https://buildkite.com/elastic/kibana-serverless-security-solution-quality-gate-investigations/builds/2889 --------- Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
parent
e1868b3c97
commit
7683dd9125
2 changed files with 2 additions and 2 deletions
|
@ -75,7 +75,7 @@ export const SPLUNK_TEST_RULES = [
|
|||
describe(
|
||||
'Rule Migrations - Basic Workflow',
|
||||
{
|
||||
tags: ['@ess', '@serverless', '@serverlessQA'],
|
||||
tags: ['@ess', '@serverless'],
|
||||
},
|
||||
() => {
|
||||
beforeEach(() => {
|
||||
|
|
|
@ -31,7 +31,7 @@ import { GET_STARTED_URL } from '../../../../urls/navigation';
|
|||
describe(
|
||||
'Rule Migrations - Translated Rules Page',
|
||||
{
|
||||
tags: ['@ess', '@serverless', '@serverlessQA'],
|
||||
tags: ['@ess', '@serverless'],
|
||||
},
|
||||
() => {
|
||||
beforeEach(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue