Skip to content

Commit

Permalink
[SecuritySolution] Disable enrichments cypress test on MKI env (#185950)
Browse files Browse the repository at this point in the history
## Summary

MKI environment does not support feature flags.
The test needs the old flyout to work, but the new flyout is now
rendered by default.

PR Athat introduced the issue:
#184169

### Checklist


- [x] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios
  • Loading branch information
machadoum authored Jun 12, 2024
1 parent fdb387c commit 5ca2735
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const ORIGINAL_HOST_RISK_LEVEL = 'Original host risk level';
describe(
'Enrichment',
{
tags: ['@ess', '@serverless'],
tags: ['@ess'],
env: {
ftrConfig: {
kbnServerArgs: [
Expand Down

0 comments on commit 5ca2735

Please sign in to comment.