mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[dashboard controls] skip failing test on cloud (#141291)
This commit is contained in:
parent
229dff505e
commit
aa11010f01
1 changed files with 4 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue