Skip to content

Commit

Permalink
[dashboard controls] skip failing test on cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
liza-mae committed Sep 21, 2022
1 parent f7f8fa6 commit f105675
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f105675

Please sign in to comment.