mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite (#209911)
This commit is contained in:
parent
347e1037a2
commit
b07d32403c
1 changed files with 2 additions and 1 deletions
|
@ -40,7 +40,8 @@ export default function eventLogTests({ getService }: FtrProviderContext) {
|
|||
const es = getService('es');
|
||||
const esTestIndexTool = new ESTestIndexTool(es, retry);
|
||||
|
||||
describe('eventLog', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/209911
|
||||
describe.skip('eventLog', () => {
|
||||
const objectRemover = new ObjectRemover(supertest);
|
||||
|
||||
beforeEach(async () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue