skip flaky suite (#112174)

This commit is contained in:
Tyler Smalley 2021-09-14 16:44:28 -07:00
parent 6ea75f564c
commit bfad0bda93

View file

@ -71,7 +71,8 @@ export default function ({ getService }: FtrProviderContext) {
const calendarId = `wizard-test-calendar_${Date.now()}`;
describe('multi metric', function () {
// Failing: See https://github.com/elastic/kibana/issues/112174
describe.skip('multi metric', function () {
this.tags(['mlqa']);
before(async () => {
await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/ml/farequote');