Skip to content

Commit

Permalink
[ML] Functional tests - skip DFA clone tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pheyos committed Feb 2, 2021
1 parent c38d9b0 commit bdca03d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit bdca03d

Please sign in to comment.