mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[EDR Workflows][MKI test] Skip Policy Details cy test on MKI due to feature flags (#184996)
## Summary Skip Policy Details cy test on MKI due to feature flags are not supported.
This commit is contained in:
parent
f3fdb0f398
commit
0ebc1a0340
1 changed files with 6 additions and 1 deletions
|
@ -19,7 +19,12 @@ import { loadPage } from '../../tasks/common';
|
|||
describe(
|
||||
'Policy Details',
|
||||
{
|
||||
tags: ['@ess', '@serverless'],
|
||||
tags: [
|
||||
'@ess',
|
||||
'@serverless',
|
||||
// skipped on MKI since feature flags are not supported there
|
||||
'@skipInServerlessMKI',
|
||||
],
|
||||
env: {
|
||||
ftrConfig: {
|
||||
kbnServerArgs: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue