Skip to content

Commit

Permalink
skip flaky suite (elastic#88177)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and TinLe committed Dec 22, 2021
1 parent 1f4c1be commit f7ea6b1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
const supertest = getService('supertest');
const retry = getService('retry');

describe('overview page alert flyout controls', function () {
// FLAKY: https://github.com/elastic/kibana/issues/88177
describe.skip('overview page alert flyout controls', function () {
const DEFAULT_DATE_START = 'Sep 10, 2019 @ 12:40:08.078';
const DEFAULT_DATE_END = 'Sep 11, 2019 @ 19:40:08.078';
let alerts: any;
Expand Down

0 comments on commit f7ea6b1

Please sign in to comment.