From 162d835bde461672c05547bf2425bfffcc4625f2 Mon Sep 17 00:00:00 2001 From: liza-mae Date: Thu, 22 Sep 2022 06:34:50 -0600 Subject: [PATCH] [dashboard controls] skip failing test on cloud (#141291) (cherry picked from commit aa11010f015200f43f5766cdeba656659608831e) --- .../apps/dashboard_elements/controls/options_list.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/functional/apps/dashboard_elements/controls/options_list.ts b/test/functional/apps/dashboard_elements/controls/options_list.ts index d6f49b9b435e8..56c1778d31def 100644 --- a/test/functional/apps/dashboard_elements/controls/options_list.ts +++ b/test/functional/apps/dashboard_elements/controls/options_list.ts @@ -75,7 +75,10 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) { }); }); - describe('Options List Control creation and editing experience', async () => { + // Skip on cloud until issue is fixed + // Issue: https://github.com/elastic/kibana/issues/141280 + describe('Options List Control creation and editing experience', function () { + this.tags(['skipCloudFailedTest']); it('can add a new options list control from a blank state', async () => { await dashboardControls.createControl({ controlType: OPTIONS_LIST_CONTROL,