skip failing es promotion suites (#156902)

This commit is contained in:
Tiago Costa 2023-05-05 19:07:55 +01:00
parent d7c83d4779
commit d8bd37c58e
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -15,7 +15,8 @@ export default function ({ getService }: FtrProviderContext) {
const esArchiver = getService('esArchiver');
const supertest = getService('supertestWithoutAuth');
describe('Reporting error codes', () => {
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/156902
describe.skip('Reporting error codes', () => {
it('places error_code in report output', async () => {
await reportingAPI.initEcommerce();