skip failing test suite (#150557)

This commit is contained in:
Kibana Machine 2023-02-08 12:42:34 -05:00
parent 3941a9ece4
commit 16fbbcfa20

View file

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