[Security Solution] Skips failing test in MKI environment (#181611)

## Summary

In this PR we are skipping a test that is failing in the [periodic
pipeline](https://buildkite.com/elastic/kibana-serverless-security-solution-quality-gate-entity-analytics/builds/31#018f0fd0-abae-4e8d-8caf-8f791f1e763c).

Note that this test is going to continue being executed as part of the
PR serverless check using the stateless ELS.
This commit is contained in:
Gloria Hornero 2024-04-25 07:43:12 +02:00 committed by GitHub
parent 8ee6597453
commit 4dcc3c985f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -79,7 +79,7 @@ describe('Entity Analytics Dashboard', { tags: ['@ess', '@serverless'] }, () =>
});
// https://github.com/elastic/kibana/issues/179687
describe('When risk engine is enabled', () => {
describe('When risk engine is enabled', { tags: ['@skipInServerlessMKI'] }, () => {
beforeEach(() => {
login();
mockRiskEngineEnabled();