mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
(cherry picked from commit a1f8ad039e
)
This commit is contained in:
parent
891e5f4787
commit
a7c2b406e1
1 changed files with 3 additions and 1 deletions
|
@ -19,7 +19,9 @@ export default function({ getService }: FtrProviderContext) {
|
|||
const log = getService('log');
|
||||
const retry = getService('retry');
|
||||
|
||||
describe('Event Log public API', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/64723
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/64812
|
||||
describe.skip('Event Log public API', () => {
|
||||
it('should allow querying for events by Saved Object', async () => {
|
||||
const id = uuid.v4();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue