Skip to content

Commit

Permalink
[ML] Functional tests - disable df analytics clone tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pheyos committed Mar 17, 2020
1 parent b71099d commit 6a70d21
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ import { FtrProviderContext } from '../../../ftr_provider_context';
export default function({ getService }: FtrProviderContext) {
const esArchiver = getService('esArchiver');
const ml = getService('ml');
describe('jobs cloning supported by UI form', function() {

// failing test, see https://github.com/elastic/kibana/issues/60389
describe.skip('jobs cloning supported by UI form', function() {
this.tags(['smoke']);

const testDataList: Array<{
Expand Down

0 comments on commit 6a70d21

Please sign in to comment.