skip failing es promotion suite (#157512)

This commit is contained in:
Tiago Costa 2023-05-12 16:47:50 +01:00
parent e75325653c
commit 003e698984
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -14,7 +14,8 @@ export default function ({ getService, getPageObjects }: any) {
const log = getService('log');
const a11y = getService('a11y'); /* this is the wrapping service around axe */
describe('Ingest Pipelines Accessibility', async () => {
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/157512
describe.skip('Ingest Pipelines Accessibility', async () => {
before(async () => {
await putSamplePipeline(esClient);
await common.navigateToApp('ingestPipelines');