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 56ba753 commit d55ddd2Copy full SHA for d55ddd2
x-pack/plugins/spaces/server/lib/request_interceptors/on_request_interceptor.test.ts
@@ -18,7 +18,8 @@ import {
18
import * as kbnTestServer from '../../../../../../src/test_utils/kbn_server';
19
import { elasticsearchServiceMock } from 'src/core/server/mocks';
20
21
-describe('onRequestInterceptor', () => {
+// FAILING: https://github.com/elastic/kibana/issues/58942
22
+describe.skip('onRequestInterceptor', () => {
23
let root: ReturnType<typeof kbnTestServer.createRoot>;
24
25
beforeEach(async () => {
0 commit comments