Skip to content

Commit

Permalink
skip flaky suite (#85105)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Dec 10, 2020
1 parent c3a0e29 commit 1909172
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
await testSubjects.click('test.always-firing-SelectOption');
}

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

0 comments on commit 1909172

Please sign in to comment.