From d96391709a35a81f1a21f1d598b72407b12585a8 Mon Sep 17 00:00:00 2001 From: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Date: Thu, 6 Oct 2022 14:38:47 -0600 Subject: [PATCH] skip failing test suite (#142912) --- .../group3/drilldowns/dashboard_to_dashboard_drilldown.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/test/functional/apps/dashboard/group3/drilldowns/dashboard_to_dashboard_drilldown.ts b/x-pack/test/functional/apps/dashboard/group3/drilldowns/dashboard_to_dashboard_drilldown.ts index 45b5a43b61bb6..1323f62f2a4f9 100644 --- a/x-pack/test/functional/apps/dashboard/group3/drilldowns/dashboard_to_dashboard_drilldown.ts +++ b/x-pack/test/functional/apps/dashboard/group3/drilldowns/dashboard_to_dashboard_drilldown.ts @@ -38,6 +38,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) { const elasticChart = getService('elasticChart'); // Failing: See https://github.com/elastic/kibana/issues/142913 + // Failing: See https://github.com/elastic/kibana/issues/142912 describe.skip('Dashboard to dashboard drilldown', function () { describe('Create & use drilldowns', () => { before(async () => {