From 0de746796c7ecc36b3978f201d9919e952924e90 Mon Sep 17 00:00:00 2001 From: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Date: Fri, 26 Apr 2024 16:53:40 -0400 Subject: [PATCH] skip failing test suite (#181895) --- .../test/functional/apps/lens/open_in_lens/agg_based/gauge.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/test/functional/apps/lens/open_in_lens/agg_based/gauge.ts b/x-pack/test/functional/apps/lens/open_in_lens/agg_based/gauge.ts index 8a0cd091bb85dd..67f1739a53d9b0 100644 --- a/x-pack/test/functional/apps/lens/open_in_lens/agg_based/gauge.ts +++ b/x-pack/test/functional/apps/lens/open_in_lens/agg_based/gauge.ts @@ -21,7 +21,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) { const testSubjects = getService('testSubjects'); const elasticChart = getService('elasticChart'); - describe('Gauge', function describeIndexTests() { + // Failing: See https://github.com/elastic/kibana/issues/181895 + describe.skip('Gauge', function describeIndexTests() { const isNewChartsLibraryEnabled = true; before(async () => {