Skip to content

Commit

Permalink
[ML] Functional tests - re-activate DFA clone tests (#73777)
Browse files Browse the repository at this point in the history
This PR re-enables the DFA clone test suite.
  • Loading branch information
pheyos authored Jul 30, 2020
1 parent 6d858ac commit 1205c05
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ export default function ({ getService }: FtrProviderContext) {
const esArchiver = getService('esArchiver');
const ml = getService('ml');

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

0 comments on commit 1205c05

Please sign in to comment.