[Security Solution][Automatic migrations] Disable test MKI explicitly (#225579)

## Summary

Disable MKI explicitly for automatic migrations test with
`@skipInServerlessMKI`

---------

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
Sergi Massaneda 2025-06-27 16:36:26 +02:00 committed by GitHub
parent 686315e62d
commit 81880aa393
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'],
tags: ['@ess', '@serverless', '@skipInServerlessMKI'],
},
() => {
beforeEach(() => {

View file

@ -31,7 +31,7 @@ import { GET_STARTED_URL } from '../../../../urls/navigation';
describe(
'Rule Migrations - Translated Rules Page',
{
tags: ['@ess', '@serverless'],
tags: ['@ess', '@serverless', '@skipInServerlessMKI'],
},
() => {
beforeEach(() => {