mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite (#170568)
This commit is contained in:
parent
84cfd12b30
commit
13ab3d3d4e
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue