mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#88177)
This commit is contained in:
parent
c77dd7a8db
commit
72359d39ea
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue