Skip to content

Commit

Permalink
skip flaky suite (elastic#131535)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger authored and kertal committed May 24, 2022
1 parent c2f44b7 commit 8cf662e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,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 () {
before(async () => {
await pageObjects.common.navigateToApp('triggersActions');
await testSubjects.click('rulesTab');
Expand Down

0 comments on commit 8cf662e

Please sign in to comment.