[ML] Functional tests - skip DFA clone tests

This commit is contained in:
Robert Oskamp 2021-02-02 09:47:23 +01:00
parent c38d9b0011
commit bdca03dcfd

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 () {
// Failing ES promotion, see https://github.com/elastic/kibana/issues/89980
describe.skip('jobs cloning supported by UI form', function () {
const testDataList: Array<{
suiteTitle: string;
archive: string;