Skip to content

Commit

Permalink
skip flaky suite (#77401)
Browse files Browse the repository at this point in the history
(cherry picked from commit 886ad85)
  • Loading branch information
spalger committed Sep 30, 2020
1 parent 8d6de20 commit 71e54d5
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 71e54d5

Please sign in to comment.