Skip to content

Commit

Permalink
skip flaky suite (#169828)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 17, 2024
1 parent 5f3729c commit 4bd0c9e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ describe(
login();
});

describe('From alerts', () => {
// FLAKY: https://github.com/elastic/kibana/issues/169828
describe.skip('From alerts', () => {
let ruleId: string;
let ruleName: string;

Expand Down

0 comments on commit 4bd0c9e

Please sign in to comment.