Skip to content

Commit

Permalink
skip flaky suite (#71971)
Browse files Browse the repository at this point in the history
(cherry picked from commit b87d742)
  • Loading branch information
spalger committed Jul 15, 2020
1 parent 952f398 commit da2d14b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit da2d14b

Please sign in to comment.