mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[ML] Disable mml api integration test
This commit is contained in:
parent
3f80d89eb5
commit
9d0d3f7a53
1 changed files with 2 additions and 1 deletions
|
@ -147,7 +147,8 @@ export default ({ getService }: FtrProviderContext) => {
|
|||
},
|
||||
];
|
||||
|
||||
describe('calculate model memory limit', function() {
|
||||
// failing test, see https://github.com/elastic/kibana/issues/61400
|
||||
describe.skip('calculate model memory limit', function() {
|
||||
before(async () => {
|
||||
await esArchiver.load('ml/ecommerce');
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue