Skip to content

Commit

Permalink
enable trained models tests
Browse files Browse the repository at this point in the history
  • Loading branch information
darnautov committed Nov 15, 2021
1 parent a220682 commit b8c14ef
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ import { FtrProviderContext } from '../../../ftr_provider_context';
export default function ({ getService }: FtrProviderContext) {
const ml = getService('ml');

// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/118251
describe.skip('trained models', function () {
describe('trained models', function () {
before(async () => {
await ml.trainedModels.createTestTrainedModels('classification', 15, true);
await ml.trainedModels.createTestTrainedModels('regression', 15);
Expand Down

0 comments on commit b8c14ef

Please sign in to comment.