[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:
Sergi Massaneda 2025-06-26 18:03:15 +02:00 committed by GitHub
parent e1868b3c97
commit 7683dd9125
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -75,7 +75,7 @@ export const SPLUNK_TEST_RULES = [
describe(
'Rule Migrations - Basic Workflow',
{
tags: ['@ess', '@serverless', '@serverlessQA'],
tags: ['@ess', '@serverless'],
},
() => {
beforeEach(() => {

View file

@ -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(() => {