Skip to content

Commit

Permalink
skip failing test suite (#142118)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Sep 30, 2022
1 parent 27d2f55 commit 3e65cda
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ export default function ({ getService }: FtrProviderContext) {
const esArchiver = getService('esArchiver');
const ml = getService('ml');

describe('jobs cloning supported by UI form', function () {
// Failing: See https://github.com/elastic/kibana/issues/142118
describe.skip('jobs cloning supported by UI form', function () {
const testDataList: Array<{
suiteTitle: string;
archive: string;
Expand Down

0 comments on commit 3e65cda

Please sign in to comment.