mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite. #118417
This commit is contained in:
parent
c9a9a3f7f3
commit
4229be455d
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
const a11y = getService('a11y');
|
||||
const ml = getService('ml');
|
||||
|
||||
describe('ml', () => {
|
||||
// FLAKY https://github.com/elastic/kibana/issues/118417
|
||||
describe.skip('ml', () => {
|
||||
const esArchiver = getService('esArchiver');
|
||||
|
||||
before(async () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue