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 a3e68a1 commit 0f329f5Copy full SHA for 0f329f5
x-pack/plugins/spaces/server/lib/request_interceptors/on_post_auth_interceptor.test.ts
@@ -30,7 +30,8 @@ import { Feature } from '../../../../features/server';
30
import { spacesConfig } from '../__fixtures__';
31
import { securityMock } from '../../../../security/server/mocks';
32
33
-describe('onPostAuthInterceptor', () => {
+// FLAKY: https://github.com/elastic/kibana/issues/55953
34
+describe.skip('onPostAuthInterceptor', () => {
35
let root: ReturnType<typeof kbnTestServer.createRoot>;
36
jest.setTimeout(30000);
37
0 commit comments