Skip to content

Commit

Permalink
skip flaky suite (#77401)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Sep 30, 2020
1 parent 71dc864 commit 886ad85
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
return createdAlert;
}

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

0 comments on commit 886ad85

Please sign in to comment.