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