Skip to content

Commit

Permalink
[EDR Workflows][MKI test] Skip Policy Details cy test on MKI due to f…
Browse files Browse the repository at this point in the history
…eature flags (#184996)

## Summary

Skip Policy Details cy test on MKI due to feature flags are not
supported.
  • Loading branch information
gergoabraham authored Jun 7, 2024
1 parent f3fdb0f commit 0ebc1a0
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down

0 comments on commit 0ebc1a0

Please sign in to comment.