Skip to content

Commit

Permalink
[ML] Re-enable functional tests. (#65672)
Browse files Browse the repository at this point in the history
Re-enables functional tests for updated ES snapshot, which were disabled in #65377 and #65465.
  • Loading branch information
walterra committed May 7, 2020
1 parent 834e3bf commit c0164bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ export default function({ getService }: FtrProviderContext) {

const calendarId = `wizard-test-calendar_${Date.now()}`;

// Breaking latest ES snapshots: https://github.com/elastic/kibana/issues/65377
describe.skip('single metric', function() {
describe('single metric', function() {
this.tags(['mlqa']);
before(async () => {
await esArchiver.loadIfNeeded('ml/farequote');
Expand Down
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');

// TODO add fix for https://github.com/elastic/elasticsearch/pull/56118
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 c0164bc

Please sign in to comment.