mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#169495)
This commit is contained in:
parent
3f908ea0be
commit
264476bf1c
1 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue