Skip to content

Commit

Permalink
skip flaky suite (#89397)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders committed Nov 6, 2021
1 parent d41cf6f commit 3fc3f36
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
await testSubjects.click('test.always-firing-SelectOption');
}

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

0 comments on commit 3fc3f36

Please sign in to comment.