skip flaky suite (#170568)

This commit is contained in:
Tiago Costa 2023-11-03 20:26:03 +00:00
parent 84cfd12b30
commit 13ab3d3d4e
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -121,7 +121,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await listingTable.expectItemsCount('eventAnnotation', 1);
});
describe('individual annotations', () => {
// FLAKY: https://github.com/elastic/kibana/issues/170568
describe.skip('individual annotations', () => {
it('edits an existing annotation', async function () {
await listingTable.clickItemLink('eventAnnotation', 'edited title');
expect(await PageObjects.annotationEditor.getAnnotationCount()).to.be(1);