mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[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:
parent
8ee6597453
commit
4dcc3c985f
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue