skip flaky suite (#98240)

This commit is contained in:
Tiago Costa 2023-10-03 12:08:42 +01:00
parent 3098ca299a
commit 7fdd25184d
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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());