Skip to content

Commit d55ddd2

Browse files
committed
disable failing suite (#58942)
1 parent 56ba753 commit d55ddd2

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_request_interceptor.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ import {
1818
import * as kbnTestServer from '../../../../../../src/test_utils/kbn_server';
1919
import { elasticsearchServiceMock } from 'src/core/server/mocks';
2020

21-
describe('onRequestInterceptor', () => {
21+
// FAILING: https://github.com/elastic/kibana/issues/58942
22+
describe.skip('onRequestInterceptor', () => {
2223
let root: ReturnType<typeof kbnTestServer.createRoot>;
2324

2425
beforeEach(async () => {

0 commit comments

Comments
 (0)