skip failing es forward compatibility suites (#188382)

This commit is contained in:
Tiago Costa 2024-07-15 23:49:41 +01:00
parent 2dfe86372d
commit 4f88cd3751
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -30,7 +30,8 @@ export default ({ getService }: FtrProviderContext) => {
return body;
}
describe('field_caps', function () {
// FAILING ES FORWARD COMPATIBILITY: https://github.com/elastic/kibana/issues/188382
describe.skip('field_caps', function () {
before(async () => {
await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/ml/farequote');
});