mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite (#116059)
This commit is contained in:
parent
cca0a082d2
commit
a78e50ca94
1 changed files with 2 additions and 1 deletions
|
@ -68,7 +68,8 @@ export default function ({ getService, getPageObjects }: PluginFunctionalProvide
|
|||
});
|
||||
});
|
||||
|
||||
describe('Delete modal', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/116059
|
||||
describe.skip('Delete modal', () => {
|
||||
it('should display a warning then trying to delete hidden saved objects', async () => {
|
||||
await PageObjects.savedObjects.clickCheckboxByTitle('A Pie');
|
||||
await PageObjects.savedObjects.clickCheckboxByTitle('A Dashboard');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue