Skip to content

Commit

Permalink
[Security Solution] Skip remaining flaky ML FTR tests (#188029)
Browse files Browse the repository at this point in the history
This group of tests (#187614) has a sibling group that is already
skipped (#187478).
  • Loading branch information
rylnd authored Jul 11, 2024
1 parent b97f309 commit 48e2b57
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,8 @@ export default ({ getService }: FtrProviderContext) => {
});
});

describe('with interval suppression duration', () => {
// FLAKY: https://github.com/elastic/kibana/issues/187614
describe.skip('with interval suppression duration', () => {
beforeEach(() => {
ruleProps = {
...baseRuleProps,
Expand Down

0 comments on commit 48e2b57

Please sign in to comment.