Skip to content

Commit

Permalink
skip flaky suite (#64812) (#64723)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Apr 29, 2020
1 parent d6f0c78 commit 2e410d8
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit 2e410d8

Please sign in to comment.