skip flaky suite (#172739)

This commit is contained in:
Tiago Costa 2023-12-07 04:55:34 +00:00
parent e184ffa399
commit 641da4e4d2
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/172739
describe.skip('log pattern analysis', async function () {
let tabsCount = 1;
afterEach(async () => {