skip flaky suite (#64812) (#64723)

(cherry picked from commit a1f8ad039e)
This commit is contained in:
spalger 2020-04-29 12:53:06 -07:00
parent 891e5f4787
commit a7c2b406e1

View file

@ -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();