diff --git a/x-pack/plugins/spaces/server/lib/request_interceptors/on_post_auth_interceptor.test.ts b/x-pack/plugins/spaces/server/lib/request_interceptors/on_post_auth_interceptor.test.ts index 92be88b91c652..3d07cba9c53c5 100644 --- a/x-pack/plugins/spaces/server/lib/request_interceptors/on_post_auth_interceptor.test.ts +++ b/x-pack/plugins/spaces/server/lib/request_interceptors/on_post_auth_interceptor.test.ts @@ -30,7 +30,8 @@ import { Feature } from '../../../../features/server'; import { spacesConfig } from '../__fixtures__'; import { securityMock } from '../../../../security/server/mocks'; -describe('onPostAuthInterceptor', () => { +// FLAKY: https://github.com/elastic/kibana/issues/55953 +describe.skip('onPostAuthInterceptor', () => { let root: ReturnType; jest.setTimeout(30000);