Skip to content

Commit 0f329f5

Browse files
committed
disable flaky suite (#55953)
1 parent a3e68a1 commit 0f329f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x-pack/plugins/spaces/server/lib/request_interceptors/on_post_auth_interceptor.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ import { Feature } from '../../../../features/server';
3030
import { spacesConfig } from '../__fixtures__';
3131
import { securityMock } from '../../../../security/server/mocks';
3232

33-
describe('onPostAuthInterceptor', () => {
33+
// FLAKY: https://github.com/elastic/kibana/issues/55953
34+
describe.skip('onPostAuthInterceptor', () => {
3435
let root: ReturnType<typeof kbnTestServer.createRoot>;
3536
jest.setTimeout(30000);
3637

0 commit comments

Comments
 (0)