skip failing test suite (#187478)

This commit is contained in:
Kibana Machine 2024-07-12 06:03:18 +02:00
parent 82e45362dd
commit d8611f1b13

View file

@ -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,