[Flaky #98240] Unskip test (#165197)

This commit is contained in:
Alejandro Fernández Haro 2023-08-30 17:04:22 +02:00 committed by GitHub
parent b343654fc4
commit 0236516351
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,8 +56,7 @@ export default function ({ getService }: FtrProviderContext) {
return savedObject;
};
// FLAKY: https://github.com/elastic/kibana/issues/98240
describe.skip('UI Counters API', () => {
describe('UI Counters API', () => {
const dayDate = moment().format('DDMMYYYY');
before(async () => await esArchiver.emptyKibanaIndex());