From a68082874b501914eb2522d26efea4b3a9915a82 Mon Sep 17 00:00:00 2001 From: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Date: Thu, 27 Apr 2023 09:55:53 -0400 Subject: [PATCH] skip failing test suite (#155928) --- x-pack/test/accessibility/apps/ingest_node_pipelines.ts | 1 + 1 file changed, 1 insertion(+) 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);