Skip to content

Commit

Permalink
[Security Solution][Rule Management] Skips test just on MKI executions (
Browse files Browse the repository at this point in the history
#179643)

## Summary

#179052
  • Loading branch information
MadameSheema authored Mar 28, 2024
1 parent 660b441 commit 8a5d327
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,8 @@ const prebuiltRules = [
}),
];

describe('Coverage overview', { tags: ['@ess', '@serverless'] }, () => {
// https://github.com/elastic/kibana/issues/179052
describe('Coverage overview', { tags: ['@ess', '@serverless', '@brokenInServerlessQA'] }, () => {
describe('base cases', () => {
beforeEach(() => {
login();
Expand Down

0 comments on commit 8a5d327

Please sign in to comment.