skip failing es promotion suites (#184071)

This commit is contained in:
Tiago Costa 2024-05-23 02:35:21 +01:00
parent d0431ab826
commit a387b221bb
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -121,7 +121,8 @@ export default function ApiTest({ getService, getPageObjects }: FtrProviderConte
});
});
describe('when there are connectors', () => {
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/184071
describe.skip('when there are connectors', () => {
let proxy: LlmProxy;
before(async () => {