Skip to content

Commit

Permalink
skip suite failing es forward compatibility (#182514)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed May 6, 2024
1 parent f4cf8c4 commit 01cdef1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion x-pack/test/api_integration/apis/ml/indices/field_caps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ export default ({ getService }: FtrProviderContext) => {
return body;
}

describe('field_caps', () => {
describe('field_caps', function () {
// Failing ES Forward Compatibility: https://github.com/elastic/kibana/issues/182514
this.onlyEsVersion('>=8');
before(async () => {
await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/ml/farequote');
});
Expand Down

0 comments on commit 01cdef1

Please sign in to comment.