skip flaky suite (#85086)

(cherry picked from commit e564439348)
This commit is contained in:
Tiago Costa 2020-12-08 02:34:49 +00:00 committed by spalger
parent 5052499e20
commit 0f45439a5f

View file

@ -22,7 +22,8 @@ export default function ({ getService }: FtrProviderContext) {
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 () => {