Skip to content

Commit

Permalink
[dashboard controls] skip failing test on cloud (elastic#141291) (ela…
Browse files Browse the repository at this point in the history
…stic#141419)

(cherry picked from commit aa11010)

Co-authored-by: liza-mae <[email protected]>
  • Loading branch information
kibanamachine and liza-mae authored Sep 22, 2022
1 parent 8df4c1f commit 5efe05d
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 5efe05d

Please sign in to comment.