skip failing es promotion suites (#179168)

This commit is contained in:
Tiago Costa 2024-03-21 16:13:47 +00:00
parent 0d588f6a43
commit bfbee9874b
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -52,7 +52,8 @@ export default function apiTest({ getService }: FtrProviderContext) {
});
});
describe('when calling create endpoint', () => {
// FAILING ES FORWARD COMPATIBILITY: https://github.com/elastic/kibana/issues/179168
describe.skip('when calling create endpoint', () => {
it('creates two jobs', async () => {
await createJobs(['production', 'staging']);