Skip to content

Commit

Permalink
skip flaky suite (#85086)
Browse files Browse the repository at this point in the history
(cherry picked from commit e564439)
  • Loading branch information
mistic authored and spalger committed Feb 4, 2021
1 parent 5052499 commit 0f45439
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/api_integration/apis/ui_counters/ui_counters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 () => {
Expand Down

0 comments on commit 0f45439

Please sign in to comment.