We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 054b801 commit 0a0672fCopy full SHA for 0a0672f
x-pack/test/alerting_api_integration/spaces_only/tests/alerting/event_log.ts
@@ -17,7 +17,8 @@ export default function eventLogTests({ getService }: FtrProviderContext) {
17
const supertest = getService('supertest');
18
const retry = getService('retry');
19
20
- describe('eventLog', () => {
+ // FLAKY: https://github.com/elastic/kibana/issues/81668
21
+ describe.skip('eventLog', () => {
22
const objectRemover = new ObjectRemover(supertest);
23
24
after(() => objectRemover.removeAll());
0 commit comments