Skip to content

Commit

Permalink
enable in ServerlessMKI
Browse files Browse the repository at this point in the history
  • Loading branch information
nkhristinin committed May 1, 2024
1 parent 30ec089 commit 9767318
Showing 1 changed file with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,7 @@ import { RULES_MANAGEMENT_URL } from '../../../../urls/rules_management';
describe(
'Value list items',
{
tags: ['@ess', '@serverless', '@skipInServerlessMKI'],
env: {
ftrConfig: {
kbnServerArgs: [
`--xpack.securitySolution.enableExperimental=${JSON.stringify([
'valueListItemsModalEnabled',
])}`,
],
},
},
tags: ['@ess', '@serverless'],
},
() => {
beforeEach(() => {
Expand Down

0 comments on commit 9767318

Please sign in to comment.