Skip to content

Commit 0a0672f

Browse files
committed
skip flaky suite (#81668)
1 parent 054b801 commit 0a0672f

File tree

1 file changed

+2
-1
lines changed
  • x-pack/test/alerting_api_integration/spaces_only/tests/alerting

1 file changed

+2
-1
lines changed

x-pack/test/alerting_api_integration/spaces_only/tests/alerting/event_log.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ export default function eventLogTests({ getService }: FtrProviderContext) {
1717
const supertest = getService('supertest');
1818
const retry = getService('retry');
1919

20-
describe('eventLog', () => {
20+
// FLAKY: https://github.com/elastic/kibana/issues/81668
21+
describe.skip('eventLog', () => {
2122
const objectRemover = new ObjectRemover(supertest);
2223

2324
after(() => objectRemover.removeAll());

0 commit comments

Comments
 (0)