Skip to content

Commit

Permalink
[ML] Unskip test. Fix modelMemoryLimit value. (#91280) (#91389)
Browse files Browse the repository at this point in the history
Unskips test and updates modelMemoryLimit value.
  • Loading branch information
walterra committed Feb 15, 2021
1 parent 89c7d02 commit bdbd63f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions x-pack/test/api_integration/apis/ml/modules/setup_module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ export default ({ getService }: FtrProviderContext) => {
jobId: 'pf7_log-entry-categories-count',
jobState: JOB_STATE.CLOSED,
datafeedState: DATAFEED_STATE.STOPPED,
modelMemoryLimit: '26mb',
modelMemoryLimit: '41mb',
},
],
searches: [] as string[],
Expand Down Expand Up @@ -713,8 +713,7 @@ export default ({ getService }: FtrProviderContext) => {
return successObjects;
}

// blocks ES snapshot promotion: https://github.com/elastic/kibana/issues/91224
describe.skip('module setup', function () {
describe('module setup', function () {
before(async () => {
await ml.testResources.setKibanaTimeZoneToUTC();
});
Expand Down

0 comments on commit bdbd63f

Please sign in to comment.