mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip failing test suite (#187478)
This commit is contained in:
parent
82e45362dd
commit
d8611f1b13
1 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue