Skip to content

Commit

Permalink
skip flaky suite (#62472)
Browse files Browse the repository at this point in the history
(cherry picked from commit 2b81552)
  • Loading branch information
spalger committed Apr 3, 2020
1 parent e6b9e79 commit 8501d11
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
return createdAlert;
}

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

0 comments on commit 8501d11

Please sign in to comment.