Skip to content

Commit

Permalink
skip flaky suite (#87105)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylersmalley committed Jan 7, 2021
1 parent 285809e commit 91d73cf
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
await testSubjects.click('alertsTab');
}

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

0 comments on commit 91d73cf

Please sign in to comment.