mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[ML] Functional tests - re-enable trained models tests (#131051)
This PR re-enables the trained models functional tests.
This commit is contained in:
parent
308a4aa492
commit
a145dffe87
1 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue