Skip to content

Commit

Permalink
skip flaky suite (#145776)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Aug 29, 2023
1 parent 9b39c83 commit c1ee945
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ export default ({ getService }: FtrProviderContext) => {
rule_id: 'ml-rule-id',
};

describe('Machine learning type rules', () => {
// FLAKY: https://github.com/elastic/kibana/issues/145776
describe.skip('Machine learning type rules', () => {
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 c1ee945

Please sign in to comment.