skip flaky suite (#85086)

This commit is contained in:
Tiago Costa 2020-12-08 02:34:49 +00:00
parent a78c5dd1bc
commit e564439348
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -32,7 +32,8 @@ export default function ({ getService }) {
count,
});
describe('UI Counters API', () => {
// FLAKY: https://github.com/elastic/kibana/issues/85086
describe.skip('UI Counters API', () => {
const dayDate = moment().format('DDMMYYYY');
it('stores ui counter events in savedObjects', async () => {