skip failing test suite (#155928)

This commit is contained in:
Kibana Machine 2023-04-26 15:40:28 -04:00
parent 1b64cfa641
commit 2cefa66db6

View file

@ -15,6 +15,7 @@ export default function ({ getService, getPageObjects }: any) {
const a11y = getService('a11y'); /* this is the wrapping service around axe */
// FAILING VERSION BUMP: https://github.com/elastic/kibana/issues/155924
// Failing: See https://github.com/elastic/kibana/issues/155928
describe.skip('Ingest Pipelines Accessibility', async () => {
before(async () => {
await putSamplePipeline(esClient);