Skip to content

Commit

Permalink
skip failing es promotion (#162732)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jul 28, 2023
1 parent 8b864d2 commit b183053
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/fleet_api_integration/apis/policy_secrets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ function createdPolicyToUpdatePolicy(policy: any) {
}

export default function (providerContext: FtrProviderContext) {
describe('fleet policy secrets', () => {
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/162732
describe.skip('fleet policy secrets', () => {
const { getService } = providerContext;

const es: Client = getService('es');
Expand Down

0 comments on commit b183053

Please sign in to comment.