skip failing test suite (#137032)

This commit is contained in:
Kibana Machine 2023-04-17 11:44:31 -04:00
parent 1b7830775e
commit 404ec58660

View file

@ -140,7 +140,8 @@ export default function ({ getPageObject, getService }: FtrProviderContext) {
});
}
describe('index based', function () {
// Failing: See https://github.com/elastic/kibana/issues/137032
describe.skip('index based', function () {
this.tags(['ml']);
before(async () => {
await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/ml/farequote');