diff --git a/x-pack/test/accessibility/apps/ingest_node_pipelines.ts b/x-pack/test/accessibility/apps/ingest_node_pipelines.ts index 88b304f29576c..85852eb6370b9 100644 --- a/x-pack/test/accessibility/apps/ingest_node_pipelines.ts +++ b/x-pack/test/accessibility/apps/ingest_node_pipelines.ts @@ -16,6 +16,7 @@ export default function ({ getService, getPageObjects }: any) { // FAILING VERSION BUMP: https://github.com/elastic/kibana/issues/155924 // Failing: See https://github.com/elastic/kibana/issues/155928 + // Failing: See https://github.com/elastic/kibana/issues/155928 describe.skip('Ingest Pipelines Accessibility', async () => { before(async () => { await putSamplePipeline(esClient);