diff --git a/test/functional/apps/dashboard_elements/controls/options_list/options_list_creation_and_editing.ts b/test/functional/apps/dashboard_elements/controls/options_list/options_list_creation_and_editing.ts index 231994c2d1b8d..432359d44fe52 100644 --- a/test/functional/apps/dashboard_elements/controls/options_list/options_list_creation_and_editing.ts +++ b/test/functional/apps/dashboard_elements/controls/options_list/options_list_creation_and_editing.ts @@ -71,10 +71,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) { }); }); - // 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,