skip flaky suite (#172770)

This commit is contained in:
Tiago Costa 2024-01-25 16:49:59 +00:00
parent ee722771ee
commit 2970f75d73
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -23,7 +23,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
});
}
describe('log pattern analysis', async function () {
// FLAKY: https://github.com/elastic/kibana/issues/172770
describe.skip('log pattern analysis', async function () {
let tabsCount = 1;
afterEach(async () => {