[dashboard controls] skip failing test on cloud (#141291) (#141419)

(cherry picked from commit aa11010f01)

Co-authored-by: liza-mae <liza-mae@users.noreply.github.com>
This commit is contained in:
Kibana Machine 2022-09-22 07:30:00 -06:00 committed by GitHub
parent 8df4c1fdb2
commit 5efe05d410
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,