skip flaky suite (#94666)

This commit is contained in:
Tyler Smalley 2021-03-16 11:08:02 -07:00
parent a1f15fbe5d
commit 36ca26d290

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/94666
describe.skip('ml', () => {
const esArchiver = getService('esArchiver');
before(async () => {