Skip to content

Commit

Permalink
skip flaky suite (#169689)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Dec 19, 2023
1 parent db50e28 commit 9d2e0a6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ describe.skip('Response console', { tags: ['@ess', '@serverless', '@brokenInServ
}
});

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

Expand Down

0 comments on commit 9d2e0a6

Please sign in to comment.