From f1056754cab551a2ddd241ffac5dc8860b93f8ad Mon Sep 17 00:00:00 2001 From: liza-mae Date: Wed, 21 Sep 2022 13:30:10 -0600 Subject: [PATCH] [dashboard controls] skip failing test on cloud --- .../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,