mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
fix(NA): x-pack ml tests for 8.9.2 (#164230)
This PR fixes the x-pack ml ftr tests for 8.9.2 and is completing what was done incompletely at the version bump.
This commit is contained in:
parent
8981eb9d6c
commit
566a0f4883
5 changed files with 11 additions and 11 deletions
|
@ -96,7 +96,7 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
'Model memory limit',
|
||||
'25mb',
|
||||
'Version',
|
||||
'8.9.1',
|
||||
'8.9.2',
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
|
@ -109,7 +109,7 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
'Model memory limit',
|
||||
'2mb',
|
||||
'Version',
|
||||
'8.9.1',
|
||||
'8.9.2',
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
|
@ -89,7 +89,7 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
'Model memory limit',
|
||||
'1mb',
|
||||
'Version',
|
||||
'8.9.1',
|
||||
'8.9.2',
|
||||
],
|
||||
},
|
||||
{
|
||||
|
@ -173,7 +173,7 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
'Model memory limit',
|
||||
'1mb',
|
||||
'Version',
|
||||
'8.9.1',
|
||||
'8.9.2',
|
||||
],
|
||||
},
|
||||
{
|
||||
|
@ -257,7 +257,7 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
'Model memory limit',
|
||||
'1mb',
|
||||
'Version',
|
||||
'8.9.1',
|
||||
'8.9.2',
|
||||
],
|
||||
},
|
||||
{
|
||||
|
@ -342,7 +342,7 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
'Model memory limit',
|
||||
'1mb',
|
||||
'Version',
|
||||
'8.9.1',
|
||||
'8.9.2',
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
|
@ -92,7 +92,7 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
'Model memory limit',
|
||||
'16mb',
|
||||
'Version',
|
||||
'8.9.1',
|
||||
'8.9.2',
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
|
@ -94,7 +94,7 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
'Model memory limit',
|
||||
'10mb',
|
||||
'Version',
|
||||
'8.9.1',
|
||||
'8.9.2',
|
||||
],
|
||||
},
|
||||
{
|
||||
|
@ -183,7 +183,7 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
'Model memory limit',
|
||||
'10mb',
|
||||
'Version',
|
||||
'8.9.1',
|
||||
'8.9.2',
|
||||
],
|
||||
},
|
||||
{
|
||||
|
@ -272,7 +272,7 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
'Model memory limit',
|
||||
'5mb',
|
||||
'Version',
|
||||
'8.9.1',
|
||||
'8.9.2',
|
||||
],
|
||||
},
|
||||
{
|
||||
|
@ -361,7 +361,7 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
'Model memory limit',
|
||||
'5mb',
|
||||
'Version',
|
||||
'8.9.1',
|
||||
'8.9.2',
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue