Skip to content

Commit

Permalink
skip flaky suite (#131535)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Nov 23, 2022
1 parent 7361470 commit 03acd77
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
await testSubjects.click('rulesTab');
}

describe('rules list', function () {
// FLAKY: https://github.com/elastic/kibana/issues/131535
describe.skip('rules list', function () {
const assertRulesLength = async (length: number) => {
return await retry.try(async () => {
const rules = await pageObjects.triggersActionsUI.getAlertsList();
Expand Down

0 comments on commit 03acd77

Please sign in to comment.