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

This commit is contained in:
liza-mae 2022-09-22 06:34:50 -06:00 committed by GitHub
parent 229dff505e
commit aa11010f01
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,