skip flaky suite (#169495)

This commit is contained in:
Tiago Costa 2023-10-23 17:11:38 +01:00
parent 3f908ea0be
commit 264476bf1c
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -82,7 +82,8 @@ export default function ApiTest({ getService }: FtrProviderContext) {
}
}
describe('with ml jobs', () => {
// FLAKY: https://github.com/elastic/kibana/issues/169495
describe.skip('with ml jobs', () => {
it('checks if alert is active', async () => {
const createdRule = await createApmRule({
supertest,