skip failing es promotion (#162732)

This commit is contained in:
Tiago Costa 2023-07-28 17:56:39 +01:00
parent 8b864d2095
commit b183053fc3
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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');