From 90192d7f5f443156e7893ae9b6143eb438e0cf87 Mon Sep 17 00:00:00 2001 From: nreese Date: Mon, 30 Jan 2023 11:37:57 -0700 Subject: [PATCH] =?UTF-8?q?unskip=20Failing=20test:=20Chrome=20UI=20Functi?= =?UTF-8?q?onal=20Tests.test/functional/apps/visualize/input=5Fcontrol=5Fv?= =?UTF-8?q?is/dynamic=5Foptions=C2=B7ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dashboard_elements/input_control_vis/dynamic_options.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/functional/apps/dashboard_elements/input_control_vis/dynamic_options.ts b/test/functional/apps/dashboard_elements/input_control_vis/dynamic_options.ts index 633ba40bb0493..42227c47aa837 100644 --- a/test/functional/apps/dashboard_elements/input_control_vis/dynamic_options.ts +++ b/test/functional/apps/dashboard_elements/input_control_vis/dynamic_options.ts @@ -14,8 +14,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) { const PageObjects = getPageObjects(['common', 'visualize', 'visEditor', 'header', 'timePicker']); const comboBox = getService('comboBox'); - // FLAKY: https://github.com/elastic/kibana/issues/98974 - describe.skip('dynamic options', () => { + describe('dynamic options', () => { before(async () => { await PageObjects.visualize.initTests(); });