We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ff566d commit 2b2bc96Copy full SHA for 2b2bc96
x-pack/test/plugin_api_integration/test_suites/event_log/public_api_integration.ts
@@ -19,9 +19,7 @@ export default function({ getService }: FtrProviderContext) {
19
const log = getService('log');
20
const retry = getService('retry');
21
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', () => {
+ describe('Event Log public API', () => {
25
it('should allow querying for events by Saved Object', async () => {
26
const id = uuid.v4();
27
0 commit comments