Skip to content

Commit

Permalink
skip flaky suite (#187478)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jul 4, 2024
1 parent 322248b commit 21d1a33
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ export default ({ getService }: FtrProviderContext) => {
await deleteAllAnomalies(log, es);
});

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

0 comments on commit 21d1a33

Please sign in to comment.