Skip to content

Commit

Permalink
skip flaky suite (#71971)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Jul 15, 2020
1 parent eebb72d commit b87d742
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 b87d742

Please sign in to comment.