skip failing test suite (#124747)

This commit is contained in:
Kibana Machine 2022-02-08 21:39:16 -05:00
parent d559f076ae
commit 8c822e7b29

View file

@ -32,7 +32,8 @@ export default function ({ getService }: FtrProviderContext) {
},
];
describe('import jobs', function () {
// Failing: See https://github.com/elastic/kibana/issues/124747
describe.skip('import jobs', function () {
this.tags(['mlqa']);
before(async () => {
await ml.api.cleanMlIndices();