skip flaky suite (#71971)

This commit is contained in:
spalger 2020-07-15 14:47:11 -07:00
parent eebb72dd39
commit b87d742001

View file

@ -274,7 +274,8 @@ export default function ({ getService }: FtrProviderContext) {
const calendarId = `wizard-test-calendar_${Date.now()}`;
describe('advanced job', function () {
// FLAKY: https://github.com/elastic/kibana/issues/71971
describe.skip('advanced job', function () {
this.tags(['mlqa']);
before(async () => {
await esArchiver.loadIfNeeded('ml/ecommerce');