Skip to content

Commit

Permalink
skip failing test suite (#187478)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Jul 12, 2024
1 parent 82e4536 commit d8611f1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ export default ({ getService }: FtrProviderContext) => {
// The tests described in this file rely on the
// 'alertSuppressionForMachineLearningRuleEnabled' feature flag, and are thus
// skipped in MKI
describe('@ess @serverless @skipInServerlessMKI Machine Learning Detection Rule - Alert Suppression', () => {
// Failing: See https://github.com/elastic/kibana/issues/187478
describe.skip('@ess @serverless @skipInServerlessMKI Machine Learning Detection Rule - Alert Suppression', () => {
describe('with an active ML Job', () => {
before(async () => {
// Order is critical here: auditbeat data must be loaded before attempting to start the ML job,
Expand Down

0 comments on commit d8611f1

Please sign in to comment.