skip flaky suite. #118417

This commit is contained in:
Jonathan Budzenski 2021-11-11 15:22:49 -06:00
parent c9a9a3f7f3
commit 4229be455d

View file

@ -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 () => {