[ML] Data Frame Analytics: Skip job cloning functional tests. (#65465)

This commit is contained in:
Walter Rafelsberger 2020-05-06 15:48:06 +02:00 committed by GitHub
parent 4571536ba0
commit eccdbdbf40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,8 @@ export default function({ getService }: FtrProviderContext) {
const esArchiver = getService('esArchiver');
const ml = getService('ml');
describe('jobs cloning supported by UI form', function() {
// TODO add fix for https://github.com/elastic/elasticsearch/pull/56118
describe.skip('jobs cloning supported by UI form', function() {
const testDataList: Array<{
suiteTitle: string;
archive: string;