skip flaky suite (#147512)

This commit is contained in:
Tiago Costa 2023-01-09 22:15:51 +00:00
parent c65b2a620b
commit 5921abbf35
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -16,7 +16,8 @@ export default function eventLogTests({ getService }: FtrProviderContext) {
const supertest = getService('supertest');
const retry = getService('retry');
describe('eventLog', () => {
// FLAKY: https://github.com/elastic/kibana/issues/147512
describe.skip('eventLog', () => {
const objectRemover = new ObjectRemover(supertest);
after(() => objectRemover.removeAll());