[ML] Functional tests - re-enable trained models tests (#131051) (#131077)

This PR re-enables the trained models functional tests.

(cherry picked from commit a145dffe87)

Co-authored-by: Robert Oskamp <robert.oskamp@elastic.co>
This commit is contained in:
Kibana Machine 2022-04-27 11:24:57 -05:00 committed by GitHub
parent 715da1a888
commit 6bd5aebe33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,8 +10,7 @@ import { FtrProviderContext } from '../../../ftr_provider_context';
export default function ({ getService }: FtrProviderContext) {
const ml = getService('ml');
// Failing: See https://github.com/elastic/kibana/issues/125455
describe.skip('trained models', function () {
describe('trained models', function () {
before(async () => {
await ml.trainedModels.createTestTrainedModels('classification', 15, true);
await ml.trainedModels.createTestTrainedModels('regression', 15);