skip flaky suite (#172770)

This commit is contained in:
Tiago Costa 2023-12-07 06:06:26 +00:00
parent 3c494f7b30
commit 8e4ccd2018
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 () => {