[ML] Disable mml api integration test

This commit is contained in:
Robert Oskamp 2020-03-26 10:30:05 +01:00
parent 3f80d89eb5
commit 9d0d3f7a53

View file

@ -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');
});