diff --git a/src/core/server/http/integration_tests/core_services.test.ts b/src/core/server/http/integration_tests/core_services.test.ts index 606bc592587c..7b1630a7de0b 100644 --- a/src/core/server/http/integration_tests/core_services.test.ts +++ b/src/core/server/http/integration_tests/core_services.test.ts @@ -39,8 +39,7 @@ const cookieOptions = { isSecure: false, }; -// FLAKY: https://github.com/elastic/kibana/issues/64310 -describe.skip('http service', () => { +describe('http service', () => { describe('auth', () => { let root: ReturnType; beforeEach(async () => {