skip flaky suite (#89072)

This commit is contained in:
Tiago Costa 2021-08-22 23:58:43 +01:00
parent c2ec613ffc
commit dc6d50a7e8
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -15,7 +15,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
const testSubjects = getService('testSubjects');
describe('overview page', function () {
// FLAKY: https://github.com/elastic/kibana/issues/89072
describe.skip('overview page', function () {
const DEFAULT_DATE_START = 'Sep 10, 2019 @ 12:40:08.078';
const DEFAULT_DATE_END = 'Sep 11, 2019 @ 19:40:08.078';