Skip to content

Commit

Permalink
skip failing test suite (#144186)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Oct 28, 2022
1 parent 6344c1e commit 09810e7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ export default function ({ getService, getPageObject, getPageObjects }: FtrProvi
await ml.jobTable.assertJobRowJobId(jobId);
}

describe('create jobs from lens with wizard', function () {
// Failing: See https://github.com/elastic/kibana/issues/144186
describe.skip('create jobs from lens with wizard', function () {
this.tags(['ml']);

before(async () => {
Expand Down

0 comments on commit 09810e7

Please sign in to comment.