Skip to content

Commit

Permalink
enabled tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gmmorris committed May 7, 2020
1 parent 1ff566d commit 2b2bc96
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ export default function({ getService }: FtrProviderContext) {
const log = getService('log');
const retry = getService('retry');

// FLAKY: https://github.com/elastic/kibana/issues/64723
// FLAKY: https://github.com/elastic/kibana/issues/64812
describe.skip('Event Log public API', () => {
describe('Event Log public API', () => {
it('should allow querying for events by Saved Object', async () => {
const id = uuid.v4();

Expand Down

0 comments on commit 2b2bc96

Please sign in to comment.