skip flaky suite (#89072)

This commit is contained in:
Tiago Costa 2021-02-28 00:47:40 +00:00
parent 38bcde1aea
commit 58a5a7c67d
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';