mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
[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:
parent
686315e62d
commit
81880aa393
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'],
|
||||
tags: ['@ess', '@serverless', '@skipInServerlessMKI'],
|
||||
},
|
||||
() => {
|
||||
beforeEach(() => {
|
||||
|
|
|
@ -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(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue