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