Skip to content

Commit

Permalink
skip flaky suite (#64812) (#64723)
Browse files Browse the repository at this point in the history
(cherry picked from commit a1f8ad0)
  • Loading branch information
spalger committed May 5, 2020
1 parent 891e5f4 commit a7c2b40
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 a7c2b40

Please sign in to comment.