mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#147512)
This commit is contained in:
parent
c65b2a620b
commit
5921abbf35
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@ export default function eventLogTests({ getService }: FtrProviderContext) {
|
|||
const supertest = getService('supertest');
|
||||
const retry = getService('retry');
|
||||
|
||||
describe('eventLog', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/147512
|
||||
describe.skip('eventLog', () => {
|
||||
const objectRemover = new ObjectRemover(supertest);
|
||||
|
||||
after(() => objectRemover.removeAll());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue