Skip to content

Commit

Permalink
skip flaky suite (#126873)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Mar 15, 2022
1 parent 63caa0e commit 8ef8e65
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
await testSubjects.click('test.always-firing-SelectOption');
}

describe('create alert', function () {
// FLAKY: https://github.com/elastic/kibana/issues/126873
describe.skip('create alert', function () {
before(async () => {
await pageObjects.common.navigateToApp('triggersActions');
await testSubjects.click('rulesTab');
Expand Down

0 comments on commit 8ef8e65

Please sign in to comment.