Skip to content

Commit

Permalink
skip failing test suite (#184557)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Oct 10, 2024
1 parent 8d1bc50 commit 84ebcb0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ const expectedValidEsqlQuery =
'from auditbeat* | stats _count=count(event.category) by event.category';

// Skipping in MKI due to flake
describe(
// Failing: See https://github.com/elastic/kibana/issues/184557
describe.skip(
'Detection ES|QL rules, edit',
{
tags: ['@ess', '@serverless', '@skipInServerlessMKI'],
Expand Down

0 comments on commit 84ebcb0

Please sign in to comment.