skip flaky suite (#116059)

This commit is contained in:
Tiago Costa 2021-10-28 03:13:46 +01:00
parent cca0a082d2
commit a78e50ca94
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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');