mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip failing es promotion suites (#156902)
This commit is contained in:
parent
d7c83d4779
commit
d8bd37c58e
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue