Skip to content

Commit

Permalink
skip suite failing es promotion (#182514)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed May 2, 2024
1 parent 6423fae commit d824b2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 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,8 @@ export default ({ getService }: FtrProviderContext) => {
return body;
}

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

0 comments on commit d824b2a

Please sign in to comment.