Skip to content

Commit

Permalink
skip flaky suite (#88177)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Nov 29, 2021
1 parent c77dd7a commit 72359d3
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 72359d3

Please sign in to comment.