skip flaky suite (#209911)

This commit is contained in:
Tiago Costa 2025-04-09 16:35:40 +01:00
parent 347e1037a2
commit b07d32403c
No known key found for this signature in database
GPG key ID: 3CE7D0BA7CB85D57

View file

@ -40,7 +40,8 @@ export default function eventLogTests({ getService }: FtrProviderContext) {
const es = getService('es');
const esTestIndexTool = new ESTestIndexTool(es, retry);
describe('eventLog', () => {
// FLAKY: https://github.com/elastic/kibana/issues/209911
describe.skip('eventLog', () => {
const objectRemover = new ObjectRemover(supertest);
beforeEach(async () => {