Skip to content

Commit

Permalink
skip flaky suite (#142993)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 11, 2022
1 parent 8ec6582 commit 3952150
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ export default ({ getService }: FtrProviderContext) => {
}

// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/125033
describe('Generating signals from ml anomalies', () => {
// FLAKY: https://github.com/elastic/kibana/issues/142993
describe.skip('Generating signals from ml anomalies', () => {
before(async () => {
// Order is critical here: auditbeat data must be loaded before attempting to start the ML job,
// as the job looks for certain indices on start
Expand Down

0 comments on commit 3952150

Please sign in to comment.