skip flaky suite (#115666)

This commit is contained in:
Tyler Smalley 2021-10-19 21:37:50 -07:00
parent 78003671fc
commit 473cabcef5

View file

@ -13,7 +13,8 @@ export default function ({ getService }: FtrProviderContext) {
const a11y = getService('a11y');
const ml = getService('ml');
describe('ml', () => {
// Failing: See https://github.com/elastic/kibana/issues/115666
describe.skip('ml', () => {
const esArchiver = getService('esArchiver');
before(async () => {