skip failing es promotion (#224987)

This commit is contained in:
Tiago Costa 2025-06-26 20:14:29 +01:00
parent 70fec45522
commit 4de6f7ca2c
No known key found for this signature in database
GPG key ID: 3CE7D0BA7CB85D57

View file

@ -24,7 +24,8 @@ export default function ({ getService }: FtrProviderContext) {
const authorizationIndex = '.kibana-test-authorization';
describe('execute', () => {
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/224987
describe.skip('execute', () => {
const objectRemover = new ObjectRemover(supertest);
before(async () => {