Skip to content

Commit

Permalink
skip failing test suite (#142762)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Oct 28, 2022
1 parent 09810e7 commit 260d485
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await dashboardPanelActions.openContextMenuMorePanel(header);
}

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

before(async () => {
Expand Down

0 comments on commit 260d485

Please sign in to comment.