Skip to content

Commit

Permalink
fix(NA): x-pack ml tests for 8.9.2 (#164230)
Browse files Browse the repository at this point in the history
This PR fixes the x-pack ml ftr tests for 8.9.2 and is completing what
was done incompletely at the version bump.
  • Loading branch information
mistic authored Aug 18, 2023
1 parent 8981eb9 commit 566a0f4
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export default function ({ getService }: FtrProviderContext) {
'Model memory limit',
'25mb',
'Version',
'8.9.1',
'8.9.2',
],
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export default function ({ getService }: FtrProviderContext) {
'Model memory limit',
'2mb',
'Version',
'8.9.1',
'8.9.2',
],
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export default function ({ getService }: FtrProviderContext) {
'Model memory limit',
'1mb',
'Version',
'8.9.1',
'8.9.2',
],
},
{
Expand Down Expand Up @@ -173,7 +173,7 @@ export default function ({ getService }: FtrProviderContext) {
'Model memory limit',
'1mb',
'Version',
'8.9.1',
'8.9.2',
],
},
{
Expand Down Expand Up @@ -257,7 +257,7 @@ export default function ({ getService }: FtrProviderContext) {
'Model memory limit',
'1mb',
'Version',
'8.9.1',
'8.9.2',
],
},
{
Expand Down Expand Up @@ -342,7 +342,7 @@ export default function ({ getService }: FtrProviderContext) {
'Model memory limit',
'1mb',
'Version',
'8.9.1',
'8.9.2',
],
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export default function ({ getService }: FtrProviderContext) {
'Model memory limit',
'16mb',
'Version',
'8.9.1',
'8.9.2',
],
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export default function ({ getService }: FtrProviderContext) {
'Model memory limit',
'10mb',
'Version',
'8.9.1',
'8.9.2',
],
},
{
Expand Down Expand Up @@ -183,7 +183,7 @@ export default function ({ getService }: FtrProviderContext) {
'Model memory limit',
'10mb',
'Version',
'8.9.1',
'8.9.2',
],
},
{
Expand Down Expand Up @@ -272,7 +272,7 @@ export default function ({ getService }: FtrProviderContext) {
'Model memory limit',
'5mb',
'Version',
'8.9.1',
'8.9.2',
],
},
{
Expand Down Expand Up @@ -361,7 +361,7 @@ export default function ({ getService }: FtrProviderContext) {
'Model memory limit',
'5mb',
'Version',
'8.9.1',
'8.9.2',
],
},
{
Expand Down

0 comments on commit 566a0f4

Please sign in to comment.