Skip to content

Commit

Permalink
skip flaky suite (#98240)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jun 24, 2021
1 parent 0a2042e commit 4e38dfe
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 @@ -56,7 +56,8 @@ export default function ({ getService }: FtrProviderContext) {
return savedObject;
};

describe('UI Counters API', () => {
// FLAKY: https://github.com/elastic/kibana/issues/98240
describe.skip('UI Counters API', () => {
const dayDate = moment().format('DDMMYYYY');
before(async () => await esArchiver.emptyKibanaIndex());

Expand Down

0 comments on commit 4e38dfe

Please sign in to comment.