Skip to content

Commit 2b2bc96

Browse files
committed
enabled tests
1 parent 1ff566d commit 2b2bc96

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

x-pack/test/plugin_api_integration/test_suites/event_log/public_api_integration.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ export default function({ getService }: FtrProviderContext) {
1919
const log = getService('log');
2020
const retry = getService('retry');
2121

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

0 commit comments

Comments
 (0)