mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip failing es forward compatibility suites (#188382)
This commit is contained in:
parent
2dfe86372d
commit
4f88cd3751
1 changed files with 2 additions and 1 deletions
|
@ -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');
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue