skip flaky suite (#217356)

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

View file

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